Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix regression where loading bar isn't shown anymore
Merged rudolfs opened 1 month ago
1 file changed +1 -1 c38e04ac 175f5b70
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;
  }