Skip to content

Commit c98851d

Browse files
authored
[UI] Fix extra scroll when UpdateComponent is displayed in the library (#3407)
Fix extra scroll when UpdateComponent is displayed in the library
1 parent 9d128f7 commit c98851d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/frontend/screens/Library/index.css

+6
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@
8686
#backToTopBtn:hover {
8787
opacity: 1;
8888
}
89+
90+
.listing {
91+
display: flex;
92+
flex-direction: column;
93+
flex-grow: 1;
94+
}

0 commit comments

Comments
 (0)