ruggsea commited on
Commit
524ed8b
·
1 Parent(s): a33d394

fix scrolling

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