Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fixes sticky file header being on top of popovers
Rūdolfs Ošiņš committed 2 years ago
commit 4bdbe7ff8b4fb10c9ae461da47dd31accc7904f5
parent c630d8650c3e8c0742b29b74af885e95a3bd64c5
1 file changed +1 -1
modified src/components/File.svelte
@@ -20,7 +20,7 @@
    background-color: var(--color-background-default);
    position: sticky;
    top: 0;
-
    z-index: 10;
+
    z-index: 1;
  }

  .collapsed {