diff options
Diffstat (limited to 'src/app.scss')
| -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 { |
