Update style.css
Browse files
style.css
CHANGED
|
@@ -215,7 +215,7 @@ label.selected{
|
|
| 215 |
@media screen and (min-width: 1024px) {
|
| 216 |
.gradio-container {
|
| 217 |
max-height: calc(100vh - 190px) !important;
|
| 218 |
-
overflow:
|
| 219 |
}
|
| 220 |
/* div#chatbot{
|
| 221 |
height:calc(100vh - 170px) !important;
|
|
@@ -235,10 +235,11 @@ label.selected{
|
|
| 235 |
/* overflow-y: auto !important; */
|
| 236 |
}
|
| 237 |
|
| 238 |
-
|
| 239 |
-
height:calc(100vh -
|
|
|
|
| 240 |
overflow-y: scroll !important;
|
| 241 |
-
}
|
| 242 |
|
| 243 |
div#tab-config{
|
| 244 |
height:calc(100vh - 190px) !important;
|
|
|
|
| 215 |
@media screen and (min-width: 1024px) {
|
| 216 |
.gradio-container {
|
| 217 |
max-height: calc(100vh - 190px) !important;
|
| 218 |
+
overflow: hidden;
|
| 219 |
}
|
| 220 |
/* div#chatbot{
|
| 221 |
height:calc(100vh - 170px) !important;
|
|
|
|
| 235 |
/* overflow-y: auto !important; */
|
| 236 |
}
|
| 237 |
|
| 238 |
+
div#sources-figures{
|
| 239 |
+
height:calc(100vh - 300px) !important;
|
| 240 |
+
max-height: 90vh !important;
|
| 241 |
overflow-y: scroll !important;
|
| 242 |
+
}
|
| 243 |
|
| 244 |
div#tab-config{
|
| 245 |
height:calc(100vh - 190px) !important;
|