Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `overscroll-behavior: contain` to `PeerBranchSelector`
Sebastian Martinez committed 1 year ago
commit b21b2bae5e735a6629f17120b2c64b0a790ff418
parent 723d188e9e39305408fd74f2b3e4540b12bd4de4
1 file changed +1 -0
modified src/views/repos/Source/PeerBranchSelector.svelte
@@ -66,6 +66,7 @@
    width: 40rem;
    max-height: 60vh;
    overflow-y: auto;
+
    overscroll-behavior: contain;
    padding: 0.25rem;
  }
  .subgrid-item {