aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-16 22:10:12 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-16 22:10:12 +0100
commit698a3815394a4650d67ebe29b5ab18b7580233be (patch)
tree2c6e7c3fcee27523d93ab85b69a6288d3820da47 /src
parentfeat: add Telegram (diff)
downloadpml68.dev-698a3815394a4650d67ebe29b5ab18b7580233be.tar.gz
fix: overflow issues
Diffstat (limited to 'src')
-rw-r--r--src/app.scss3
1 files changed, 2 insertions, 1 deletions
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 {