fix: 🐛 scroll locking not always working correctly

This commit is contained in:
Sebin Nyshkim 2025-06-27 23:23:16 +02:00
parent 9552e4713f
commit 3e7d50dc1b
2 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,7 @@
min-height: 100dvh;
}
body.scroll-lock {
body[inert] {
overflow: hidden;
}