Radish
alpha
Sign in with GitHub
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git
Source
Commits
2383
Issues
29
Patches
336
Commits
›
175f5b7
Fix regression where loading bar isn't shown anymore
Rūdolfs Ošiņš
committed
1 month ago
commit 175f5b701c2393952c5e102cbfe5b600f1e1a8bd
parent
c38e04a
1 file changed
+1
-1
modified
src/App/LoadingBar.svelte
@@ -9,7 +9,7 @@
width: 0%;
opacity: 0;
position: fixed;
-
z-index: 10;
+
z-index: 300;
transition: width 2s ease;
}