Spaces:
Runtime error
Runtime error
uopdate min-height style
Browse files
app.css
CHANGED
@@ -163,7 +163,8 @@
|
|
163 |
border: 1px solid rgba(0, 0, 0, 0.15);
|
164 |
border-radius: 10px;
|
165 |
position: relative;
|
166 |
-
max-height:
|
|
|
167 |
overflow-y: auto;
|
168 |
border-width: 1px;
|
169 |
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
163 |
border: 1px solid rgba(0, 0, 0, 0.15);
|
164 |
border-radius: 10px;
|
165 |
position: relative;
|
166 |
+
max-height: 280px;
|
167 |
+
min-height: 150px;
|
168 |
overflow-y: auto;
|
169 |
border-width: 1px;
|
170 |
border: 1px solid rgba(0, 0, 0, 0.15);
|