Spaces:
Running
on
Zero
Running
on
Zero
fix scrolling
Browse files
style.css
CHANGED
@@ -14,4 +14,23 @@ h1 {
|
|
14 |
max-width: 900px;
|
15 |
margin: auto;
|
16 |
padding-top: 1.5rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
14 |
max-width: 900px;
|
15 |
margin: auto;
|
16 |
padding-top: 1.5rem;
|
17 |
+
max-height: none !important;
|
18 |
+
}
|
19 |
+
|
20 |
+
.message-wrap {
|
21 |
+
overflow: hidden !important;
|
22 |
+
}
|
23 |
+
|
24 |
+
.chat {
|
25 |
+
height: auto !important;
|
26 |
+
max-height: 800px !important;
|
27 |
+
}
|
28 |
+
|
29 |
+
.scroll-hide {
|
30 |
+
scroll-behavior: auto !important;
|
31 |
+
}
|
32 |
+
|
33 |
+
#component-0 {
|
34 |
+
height: auto !important;
|
35 |
+
max-height: 800px !important;
|
36 |
}
|