Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Disallow text-selection by default
Rūdolfs Ošiņš committed 1 year ago
commit 44dae6bc12a8a1e725d2d2fefeefdf6ce711c0ba
parent 5725cec33f6772420391236ef67eaf2be293f2bd
1 file changed +4 -0
modified 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 {