Fix scrolling outside of content area

(cherry picked from commit 57c24d9b46)
This commit is contained in:
HolonProduction
2024-07-24 21:10:35 +02:00
committed by Max Hilbrunner
parent 9d6bbd8306
commit 4ca2ee7d1f
+1
View File
@@ -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) {