seawolf2357 commited on
Commit
66138a0
verified
1 Parent(s): 6ce4ef1

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +11 -1
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
+ }