Skip to content

Commit 4c96f3c

Browse files
authored
gallery scrollbar fix
1 parent 24d0ff7 commit 4c96f3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

utils/css_constants.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
"""
5252

5353
gallery_fix_height = """
54-
.fixed-height.svelte-g4rw9.svelte-g4rw9 {
55-
min-height: 971px;
56-
max-height: 0vh;
54+
.custom-gallery {
55+
height: 1356px !important;
56+
width: 100%;
57+
margin: 10px auto;
58+
padding: 0px;
59+
overflow-y: auto !important;
5760
}
5861
"""

0 commit comments

Comments
 (0)