diff options
author | Felix Boerner <ich@felix-boerner.de> | 2024-11-08 10:04:47 +0100 |
---|---|---|
committer | Felix Börner <escalate@gmx.de> | 2024-11-11 14:26:11 +0100 |
commit | a97c4a0d751faeccb2447d63c5d7002a4454e225 (patch) | |
tree | 361c82bb9fc77d967547949ccdc76db1f7404d51 | |
parent | d59e570823704a939e7d59067694af0c9dc28619 (diff) |
fix: remove scrollbars in Chrome
-rw-r--r-- | assets/scss/_content.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss index c8b2710..229c334 100644 --- a/assets/scss/_content.scss +++ b/assets/scss/_content.scss @@ -9,7 +9,6 @@ a { .body { display: block; - overflow: scroll; max-height: 100vh; background-color: #0b1c2f; font-family: Inter, sans-serif; |