From a25a5273c3584eda8f4ab4254e7c415112988aea Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 19 May 2026 17:03:33 +0200 Subject: [PATCH] STYLE Add overflow-x hidden to html and adjust body styles --- resources/css/base/base.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/css/base/base.css b/resources/css/base/base.css index 4df27df..4a235a0 100644 --- a/resources/css/base/base.css +++ b/resources/css/base/base.css @@ -3,17 +3,19 @@ a { @apply text-primary; } -body{ +html { + overflow-x: hidden; +} +body { max-width: 100vw; overflow-x: hidden; } main { /* Causing issues with the article sidebar index sticky positioning */ - /* overflow-x: hidden; */ - /* overflow-y: clip; */ - max-width: 100vw; - + /* overflow-x: hidden; */ + /* overflow-y: clip; */ + max-width: 100vw; & > :last-child { margin-bottom: 0px !important;