commit b3d6ed43908bc7604cc1c7cc28cbffe6cdb948e7 parent 1c590938e38cdd0800c9a0dd5af22bc39bd28b3f Author: Hunter Date: Wed, 22 Oct 2025 11:19:10 -0400 disable user-select on ios Diffstat:
| M | style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -110,6 +110,7 @@ margin: 0; padding: 0; box-sizing: border-box; + -webkit-user-select: none; user-select: none; scrollbar-color: var(--page) var(--desk); }