From d5b251c4a0eb3612606b97e335b9e2ca1e6b78a4 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 29 Mar 2026 22:00:22 +0200 Subject: [PATCH] fix: remove overflow because it's causing too much trouble --- src/styles/app.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index 9e393f1..e8e8bba 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -52,7 +52,6 @@ html, body { height: 100dvh; - overflow: hidden; scroll-behavior: smooth; } @@ -69,7 +68,6 @@ body { #app { height: 100dvh; display: flex; - overflow: hidden; } a {