Spaces:
Runtime error
Runtime error
height fix
Browse files- static/style.css +2 -2
static/style.css
CHANGED
@@ -242,7 +242,7 @@
|
|
242 |
width: auto;
|
243 |
padding: 10px;
|
244 |
overflow-y: scroll;
|
245 |
-
max-height:
|
246 |
padding-top: 3%;
|
247 |
margin-top: 2%;
|
248 |
|
@@ -268,7 +268,7 @@
|
|
268 |
display: flex;
|
269 |
position: absolute;
|
270 |
left: 30%;
|
271 |
-
top:
|
272 |
flex-direction: column;
|
273 |
justify-content: flex-start;
|
274 |
align-items: center;
|
|
|
242 |
width: auto;
|
243 |
padding: 10px;
|
244 |
overflow-y: scroll;
|
245 |
+
max-height: 350px;
|
246 |
padding-top: 3%;
|
247 |
margin-top: 2%;
|
248 |
|
|
|
268 |
display: flex;
|
269 |
position: absolute;
|
270 |
left: 30%;
|
271 |
+
top: 10%;
|
272 |
flex-direction: column;
|
273 |
justify-content: flex-start;
|
274 |
align-items: center;
|