diff options
author | Anthony Wang | 2024-01-29 17:06:38 -0500 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:13 +0000 |
commit | 178b73465b54141ec99e96f589a928b089252a88 (patch) | |
tree | 6f668e718933c998e929fb5920328fc202078a5b /style.css | |
parent | b94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (diff) |
Position objects more compactly
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ body { - overflow-y: hidden; - overflow-x: hidden; + overflow: hidden; touch-action: manipulation; } |