diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 22:10:12 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 22:10:12 +0100 |
| commit | 698a3815394a4650d67ebe29b5ab18b7580233be (patch) | |
| tree | 2c6e7c3fcee27523d93ab85b69a6288d3820da47 /src/app.scss | |
| parent | feat: add Telegram (diff) | |
| download | pml68.dev-698a3815394a4650d67ebe29b5ab18b7580233be.tar.gz | |
fix: overflow issues
Diffstat (limited to '')
| -rw-r--r-- | src/app.scss | 3 |
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 { |
