Browse Source

Merge pull request #9622 from HolonProduction/let-me-scroll-pls

Fix scrolling outside of content area
Max Hilbrunner 1 year ago
parent
commit
691a811cdb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      _static/css/custom.css

+ 1 - 0
_static/css/custom.css

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