From 21845d501e9d93be12775892364dcdef382e9bae Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 23 Nov 2025 22:28:45 -0300 Subject: [PATCH] style: remove scrollbar-gutter due to weird behavior --- frontend/src/styles/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/styles/style.scss b/frontend/src/styles/style.scss index 6d80a98..68339ed 100644 --- a/frontend/src/styles/style.scss +++ b/frontend/src/styles/style.scss @@ -4,10 +4,6 @@ @use "animations"; -html, body { - scrollbar-gutter: stable; -} - .sticky-sidebar { position: sticky; top: 10px;