Skip to content

Commit

Permalink
[UI] Fix extra scroll when UpdateComponent is displayed in the library (
Browse files Browse the repository at this point in the history
#3407)

Fix extra scroll when UpdateComponent is displayed in the library
  • Loading branch information
arielj authored Jan 7, 2024
1 parent 9d128f7 commit c98851d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/frontend/screens/Library/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@
#backToTopBtn:hover {
opacity: 1;
}

.listing {
display: flex;
flex-direction: column;
flex-grow: 1;
}

0 comments on commit c98851d

Please sign in to comment.