Spaces:
Running
Running
Commit ·
3dfc3fe
1
Parent(s): 3c38447
fix the toc container
Browse files
style.css
CHANGED
|
@@ -176,7 +176,7 @@ d-contents a:hover {
|
|
| 176 |
@media (min-width: 1200px) {
|
| 177 |
d-article {
|
| 178 |
/* Ensure d-article does not prevent sticky positioning */
|
| 179 |
-
overflow: visible;
|
| 180 |
}
|
| 181 |
|
| 182 |
d-contents {
|
|
|
|
| 176 |
@media (min-width: 1200px) {
|
| 177 |
d-article {
|
| 178 |
/* Ensure d-article does not prevent sticky positioning */
|
| 179 |
+
overflow-x: visible !important;
|
| 180 |
}
|
| 181 |
|
| 182 |
d-contents {
|