Update light_mode_chatter_owl.css
Browse files
light_mode_chatter_owl.css
CHANGED
|
@@ -64,12 +64,6 @@ h1, h2 {
|
|
| 64 |
background-color: black;
|
| 65 |
}
|
| 66 |
|
| 67 |
-
#sidebar {
|
| 68 |
-
background-color: #f7f7f7;
|
| 69 |
-
padding: 10px;
|
| 70 |
-
height: 100vh;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
.gr-box {
|
| 74 |
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
|
| 75 |
border-radius: 8px;
|
|
@@ -86,11 +80,13 @@ h1, h2 {
|
|
| 86 |
}
|
| 87 |
|
| 88 |
#sidebar {
|
|
|
|
|
|
|
|
|
|
| 89 |
background-color: #f7f7f7;
|
| 90 |
padding: 12px;
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
overflow: hidden;
|
| 94 |
}
|
| 95 |
|
| 96 |
@keyframes float {
|
|
|
|
| 64 |
background-color: black;
|
| 65 |
}
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
.gr-box {
|
| 68 |
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
|
| 69 |
border-radius: 8px;
|
|
|
|
| 80 |
}
|
| 81 |
|
| 82 |
#sidebar {
|
| 83 |
+
position: sticky;
|
| 84 |
+
top: 0;
|
| 85 |
+
height: 100vh;
|
| 86 |
background-color: #f7f7f7;
|
| 87 |
padding: 12px;
|
| 88 |
+
overflow-y: auto;
|
| 89 |
+
border-right: 1px solid #ddd;
|
|
|
|
| 90 |
}
|
| 91 |
|
| 92 |
@keyframes float {
|