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 |
|
| 221 |
/* div#chatbot{
|
|
|
|
| 215 |
@media screen and (min-width: 1024px) {
|
| 216 |
.gradio-container {
|
| 217 |
max-height: calc(100vh - 190px) !important;
|
| 218 |
+
overflow: scroll;
|
| 219 |
}
|
| 220 |
|
| 221 |
/* div#chatbot{
|