- commit
- ea94a6a36fb200f69dc1efebe703bf864c1324a0
- parent
- baf4a989f225e29581c8e348fa3e64dea2a42c7e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-15 22:51
fix body overflow in chrome
Diffstat
| M | style.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
@@ -21,7 +21,7 @@ canvas {
21 21 }
22 22
23 23 .palette {
24 -1 overflow-x: auto;
-1 24 overflow-x: scroll;
25 25 white-space: nowrap;
26 26 user-select: none;
27 27 }