m-ric HF Staff commited on
Commit
6a8a641
·
1 Parent(s): 3b7de78

Fix additional scrollbars

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -113,12 +113,15 @@ custom_css = """
113
 
114
  #chatbot {
115
  height:1000px!important;
116
- overflow:visible!important;
117
  }
118
  #chatbot .role {
119
  max-width:95%
120
  }
121
 
 
 
 
 
122
  .logo-container {
123
  display: flex;
124
  flex-direction: column;
 
113
 
114
  #chatbot {
115
  height:1000px!important;
 
116
  }
117
  #chatbot .role {
118
  max-width:95%
119
  }
120
 
121
+ #chatbot .bubble-wrap {
122
+ overflow-y: visible;
123
+ }
124
+
125
  .logo-container {
126
  display: flex;
127
  flex-direction: column;