Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Prevent rubber-band effect on macOS when overscrolling
✓ CI success Rūdolfs Ošiņš committed 1 year ago
commit 6cfd87fceb8f2859964cb824ef6e09452ccc9be8
parent 918cc213d8d378d0d274bc987e251e111db654f5
1 passed (1 total) View logs
1 file changed +7 -5
modified public/index.css
@@ -2,6 +2,13 @@
  box-sizing: border-box;
}

+
html {
+
  height: 100%;
+
  width: 100%;
+
  /* Prevent rubber-band effect when scrolling via touchpad on macOS. */
+
  overscroll-behavior: none;
+
}
+

body {
  height: 100%;
  width: 100%;
@@ -11,11 +18,6 @@ body {
  background-color: var(--color-background-default);
}

-
html {
-
  height: 100%;
-
  width: 100%;
-
}
-

.global-oid {
  color: var(--color-foreground-emphasized);
  font-size: var(--font-size-small);