Ahmed Essam
commited on
Commit
·
6884d81
1
Parent(s):
eee9f98
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,10 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
139 |
}
|
140 |
|
141 |
#gallery .grid-wrap.svelte-w0jac3.fixed-height .grid-wrap.svelte-w0jac3.fixed-height{
|
142 |
-
overflow-y:
|
|
|
|
|
|
|
143 |
}
|
144 |
|
145 |
#gallery .caption.svelte-w0jac3{
|
|
|
139 |
}
|
140 |
|
141 |
#gallery .grid-wrap.svelte-w0jac3.fixed-height .grid-wrap.svelte-w0jac3.fixed-height{
|
142 |
+
overflow-y: clip;
|
143 |
+
}
|
144 |
+
#gallery .fixed-height.svelte-w0jac3.svelte-w0jac3{
|
145 |
+
max-height: 75vh;
|
146 |
}
|
147 |
|
148 |
#gallery .caption.svelte-w0jac3{
|