fix: remove overflow because it's causing too much trouble

This commit is contained in:
Julien Calixte
2026-03-29 22:00:22 +02:00
parent 19b77810ec
commit d5b251c4a0

View File

@@ -52,7 +52,6 @@
html, html,
body { body {
height: 100dvh; height: 100dvh;
overflow: hidden;
scroll-behavior: smooth; scroll-behavior: smooth;
} }
@@ -69,7 +68,6 @@ body {
#app { #app {
height: 100dvh; height: 100dvh;
display: flex; display: flex;
overflow: hidden;
} }
a { a {