Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix overflow problem in diff view
Rūdolfs Ošiņš committed 1 year ago
commit 5e5e69771f803958daf211ca2da4ea3063a7f4d2
parent 6f134ca
1 file changed +1 -1
modified src/components/File.svelte
@@ -20,7 +20,7 @@
    border-top-left-radius: var(--border-radius-small);
    border-top-right-radius: var(--border-radius-small);
    background-color: var(--color-background-default);
-
    z-index: 1;
+
    z-index: 2;
  }

  .sticky {