LOUIS SANNA
commited on
Commit
•
92384d5
1
Parent(s):
5bccbe7
feat(style): fix height bug
Browse files
style.css
CHANGED
@@ -140,17 +140,17 @@ 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 |
}
|
|
|
140 |
|
141 |
div#chatbot-row {
|
142 |
height: calc(100vh - 110px) !important;
|
143 |
+
max-height: 1200px;
|
144 |
}
|
145 |
|
146 |
div#chatbot {
|
147 |
height: calc(100vh - 220px) !important;
|
148 |
+
max-height: 1200px;
|
149 |
}
|
150 |
|
151 |
.max-height {
|
152 |
height: calc(100vh - 110px) !important;
|
153 |
+
max-height: 1200px;
|
154 |
overflow-y: auto;
|
155 |
}
|
156 |
}
|