Disable root overscroll

This commit is contained in:
Lasse Lauwerys
2025-12-09 02:37:13 +01:00
parent 0671c0e89f
commit 4390d35e00

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;