From 698a3815394a4650d67ebe29b5ab18b7580233be Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Jan 2024 22:10:12 +0100 Subject: fix: overflow issues --- src/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/app.scss b/src/app.scss index a130a86..43e76e1 100644 --- a/src/app.scss +++ b/src/app.scss @@ -18,8 +18,9 @@ body { color: #ccc; font-family: 'Space Mono', monospace; width: 100%; - overflow: hidden; font-size: clamp($font-min, $font-desired, $font-max); + position: fixed; + height: 100dvh; } .socials { -- cgit v1.2.3