Disable root overscroll (#1652)

This commit is contained in:
lucas lelievre
2025-12-09 04:41:25 +01:00
committed by GitHub

View File

@@ -61,6 +61,7 @@ body {
:root {
// overflow: hidden; -- NEVER EVER BRING THIS BACK <3
background: theme('colors.background.20');
overscroll-behavior: none;
--navbar-w: 101px;
--topbar-h: 38px;