ankban commited on
Commit
a8a740e
·
verified ·
1 Parent(s): ef132e5

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +8 -0
light_mode_chatter_owl.css CHANGED
@@ -85,6 +85,14 @@ h1, h2 {
85
  background-color: white;
86
  }
87
 
 
 
 
 
 
 
 
 
88
  @keyframes float {
89
  0% { transform: translateY(0px); }
90
  50% { transform: translateY(-8px); }
 
85
  background-color: white;
86
  }
87
 
88
+ #sidebar {
89
+ background-color: #f7f7f7;
90
+ padding: 12px;
91
+ height: 100vh;
92
+ position: relative; /* Required for absolute user info */
93
+ overflow: hidden;
94
+ }
95
+
96
  @keyframes float {
97
  0% { transform: translateY(0px); }
98
  50% { transform: translateY(-8px); }