Browse Source

Fix scrolling outside of content area

(cherry picked from commit 57c24d9b46f32a736974c1c57f9c63a7a1fb4660)
HolonProduction 1 year ago
parent
commit
4ca2ee7d1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      _static/css/custom.css

+ 1 - 0
_static/css/custom.css

@@ -681,6 +681,7 @@ footer {
 .wy-body-for-nav {
     position: relative;
     background-color: var(--content-wrap-background-color);
+    overflow: visible;
 }
 
 @media only screen and (min-width: 769px) {