Spaces:
Runtime error
Runtime error
LOUIS SANNA
commited on
Commit
·
ee1088e
1
Parent(s):
1c0bcd6
feat(chat): fix height
Browse files
style.css
CHANGED
|
@@ -140,23 +140,23 @@ label.selected {
|
|
| 140 |
|
| 141 |
div#chatbot-row {
|
| 142 |
height: calc(100vh - 110px) !important;
|
| 143 |
-
max-height:
|
| 144 |
}
|
| 145 |
|
| 146 |
div#chatbot {
|
| 147 |
height: calc(100vh - 220px) !important;
|
| 148 |
-
max-height:
|
| 149 |
}
|
| 150 |
|
| 151 |
.max-height {
|
| 152 |
height: calc(100vh - 110px) !important;
|
| 153 |
-
max-height:
|
| 154 |
overflow-y: auto;
|
| 155 |
}
|
| 156 |
}
|
| 157 |
|
| 158 |
.gradio-container {
|
| 159 |
-
max-height:
|
| 160 |
}
|
| 161 |
|
| 162 |
footer {
|
|
|
|
| 140 |
|
| 141 |
div#chatbot-row {
|
| 142 |
height: calc(100vh - 110px) !important;
|
| 143 |
+
max-height: calc(100vh - 110px) !important;
|
| 144 |
}
|
| 145 |
|
| 146 |
div#chatbot {
|
| 147 |
height: calc(100vh - 220px) !important;
|
| 148 |
+
max-height: calc(100vh - 220px) !important;
|
| 149 |
}
|
| 150 |
|
| 151 |
.max-height {
|
| 152 |
height: calc(100vh - 110px) !important;
|
| 153 |
+
max-height: calc(100vh - 110px) !important;
|
| 154 |
overflow-y: auto;
|
| 155 |
}
|
| 156 |
}
|
| 157 |
|
| 158 |
.gradio-container {
|
| 159 |
+
max-height: calc(100vh) !important;
|
| 160 |
}
|
| 161 |
|
| 162 |
footer {
|