From a49b0332bf83e207ccf054c635074b1ec551c565 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Fri, 31 Oct 2025 20:06:07 +0100 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 876f8b2..0b2f31a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -16,6 +16,10 @@ body { display: flex; } +.sidebar .offcanvas-body > div:first-child { + overflow-x: hidden; +} + .page-header { position: relative; background: url('/static/img/background.webp') no-repeat center center;