Update app.css
Browse files
app.css
CHANGED
@@ -152,4 +152,14 @@ footer, .footer, div[class*="footer"], #footer {
|
|
152 |
/* 鞝勳泊 霠堨澊鞎勳泝 臁办爼 */
|
153 |
.ant-row {
|
154 |
margin: 0 !important;
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
/* 鞝勳泊 霠堨澊鞎勳泝 臁办爼 */
|
153 |
.ant-row {
|
154 |
margin: 0 !important;
|
155 |
+
|
156 |
+
.session-drawer .chatbot {
|
157 |
+
height: calc(100vh - 200px);
|
158 |
+
overflow-y: auto;
|
159 |
+
}
|
160 |
+
.session-list {
|
161 |
+
margin-bottom: 1rem;
|
162 |
+
}
|
163 |
+
.close-btn {
|
164 |
+
margin-top: 1rem;
|
165 |
+
}
|