From 57c24d9b46f32a736974c1c57f9c63a7a1fb4660 Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Thu, 18 Jul 2024 14:57:14 +0200 Subject: [PATCH] Fix scrolling outside of content area --- _static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index 8654cd14d..67efe0257 100644 --- a/_static/css/custom.css +++ b/_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) {