Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
4d4b8cc621df1db2ae7dbd781a655708953f075a
Fix overflow in source tree
Alexis Sellier
committed
4 years ago
commit 4d4b8cc621df1db2ae7dbd781a655708953f075a
parent
e730c82190992a82ce8f14fec5738c8433d33bd8
1 file changed
+1
-1
modified
src/base/projects/Browser.svelte
@@ -146,7 +146,7 @@
}
.source-tree {
-
overflow-x: auto;
+
overflow-x: hidden;
}
.file-not-found {