Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
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;
  }