Update style.css
Browse files
style.css
CHANGED
|
@@ -217,7 +217,6 @@ label.selected{
|
|
| 217 |
max-height: calc(100vh - 190px) !important;
|
| 218 |
overflow: scroll;
|
| 219 |
}
|
| 220 |
-
|
| 221 |
/* div#chatbot{
|
| 222 |
height:calc(100vh - 170px) !important;
|
| 223 |
max-height:calc(100vh - 170px) !important;
|
|
@@ -236,10 +235,10 @@ label.selected{
|
|
| 236 |
/* overflow-y: auto !important; */
|
| 237 |
}
|
| 238 |
|
| 239 |
-
div#sources-figures{
|
| 240 |
height:calc(100vh - 190px) !important;
|
| 241 |
overflow-y: scroll !important;
|
| 242 |
-
}
|
| 243 |
|
| 244 |
div#tab-config{
|
| 245 |
height:calc(100vh - 190px) !important;
|
|
@@ -253,12 +252,11 @@ label.selected{
|
|
| 253 |
overflow: hidden;
|
| 254 |
}
|
| 255 |
|
| 256 |
-
|
| 257 |
div#chatbot-row{
|
| 258 |
-
height:calc(100vh - 90px) !important;
|
| 259 |
max-height:calc(100vh - 90px) !important;
|
| 260 |
}
|
| 261 |
-
|
| 262 |
|
| 263 |
|
| 264 |
.max-height{
|
|
|
|
| 217 |
max-height: calc(100vh - 190px) !important;
|
| 218 |
overflow: scroll;
|
| 219 |
}
|
|
|
|
| 220 |
/* div#chatbot{
|
| 221 |
height:calc(100vh - 170px) !important;
|
| 222 |
max-height:calc(100vh - 170px) !important;
|
|
|
|
| 235 |
/* overflow-y: auto !important; */
|
| 236 |
}
|
| 237 |
|
| 238 |
+
/* div#sources-figures{
|
| 239 |
height:calc(100vh - 190px) !important;
|
| 240 |
overflow-y: scroll !important;
|
| 241 |
+
} */
|
| 242 |
|
| 243 |
div#tab-config{
|
| 244 |
height:calc(100vh - 190px) !important;
|
|
|
|
| 252 |
overflow: hidden;
|
| 253 |
}
|
| 254 |
|
| 255 |
+
|
| 256 |
div#chatbot-row{
|
|
|
|
| 257 |
max-height:calc(100vh - 90px) !important;
|
| 258 |
}
|
| 259 |
+
/*
|
| 260 |
|
| 261 |
|
| 262 |
.max-height{
|