Explorar el Código

Fix scrolling outside of content area

HolonProduction hace 1 año
padre
commit
57c24d9b46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {