ankban commited on
Commit
abb2c18
·
verified ·
1 Parent(s): 303df95

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +5 -0
light_mode_chatter_owl.css CHANGED
@@ -89,6 +89,11 @@ h1, h2 {
89
  border-right: 1px solid #ddd;
90
  }
91
 
 
 
 
 
 
92
  @keyframes float {
93
  0% { transform: translateY(0px); }
94
  50% { transform: translateY(-8px); }
 
89
  border-right: 1px solid #ddd;
90
  }
91
 
92
+ #main-column {
93
+ overflow-y: auto;
94
+ max-height: 80vh;
95
+ }
96
+
97
  @keyframes float {
98
  0% { transform: translateY(0px); }
99
  50% { transform: translateY(-8px); }