diff --git a/public/index.css b/public/index.css index d85e93e..8c61e4d 100644 --- a/public/index.css +++ b/public/index.css @@ -7,6 +7,10 @@ html { width: 100%; /* Prevent rubber-band effect when scrolling via touchpad on macOS. */ overscroll-behavior: none; + cursor: default; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } body {