ankban commited on
Commit
8f00e8e
·
verified ·
1 Parent(s): 71e5d38

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +4 -2
light_mode_chatter_owl.css CHANGED
@@ -100,8 +100,10 @@ h1, h2 {
100
  z-index: 999;
101
  }
102
 
103
- .gr-block.gr-column {
104
- margin-left: 260px !important; /* Push right column so it doesn’t hide under fixed sidebar */
 
 
105
  }
106
 
107
  #main-column {
 
100
  z-index: 999;
101
  }
102
 
103
+ /* Push right content to avoid being overlapped */
104
+ .main-content {
105
+ margin-left: 260px; /* slightly more than sidebar width */
106
+ padding: 16px;
107
  }
108
 
109
  #main-column {