From c9a90db0d619c6b6e444397679d4bd3d01ba6116 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 May 2026 11:56:35 +0200 Subject: [PATCH] FIX responsiveness and overflow on body while trying to keep a working sticky sidebar --- resources/css/base/base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/css/base/base.css b/resources/css/base/base.css index 23b2875..4df27df 100644 --- a/resources/css/base/base.css +++ b/resources/css/base/base.css @@ -3,9 +3,17 @@ a { @apply text-primary; } +body{ + max-width: 100vw; + overflow-x: hidden; +} + main { /* Causing issues with the article sidebar index sticky positioning */ - /* overflow-x: hidden; */ + /* overflow-x: hidden; */ + /* overflow-y: clip; */ + max-width: 100vw; + & > :last-child { margin-bottom: 0px !important;