fix: clip app at 100dvh to prevent body scroll on mobile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 22:29:50 +01:00
parent cd8e173e05
commit 8b3df48791

View File

@@ -80,6 +80,7 @@ body {
#app {
height: 100dvh;
display: flex;
overflow: hidden;
}
a {