Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix additional scrollbars
Browse files
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;
|