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;