Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Disable rubber-banding effect on scroll
Open rudolfs opened 1 year ago

The app doesn’t implement any loading/refresh functionality on over-scroll, so the effect doesn’t make sense.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http 👉 Preview 👉 Workflow runs 👉 Branch on GitHub

1 file changed +1 -0 3bc30459 dce64f19
modified public/index.css
@@ -32,6 +32,7 @@ body {
  scrollbar-width: thin;
  scrollbar-height: thin;
  scrollbar-color: var(--color-fill-separator) transparent;
+
  overscroll-behavior: none;
}

::selection {