FIX responsiveness and overflow on body while trying to keep a working sticky sidebar

This commit is contained in:
Antoine M 2026-05-13 11:56:35 +02:00
parent ebc42c9fca
commit c9a90db0d6

View File

@ -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;