Fix scrolling outside of content area

This commit is contained in:
HolonProduction
2024-07-18 14:57:14 +02:00
parent 10e686a376
commit 57c24d9b46

View File

@@ -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) {