From 4ca2ee7d1f03a23f44a631ae7dec52103c3b912f 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 (cherry picked from commit 57c24d9b46f32a736974c1c57f9c63a7a1fb4660) --- _static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index 2438c08ee..ae2f35846 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -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) {