Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix checkout popover overlap issue
✓ CI success Rūdolfs Ošiņš committed 1 year ago
commit 241e7a54b96d4ea8bc4f427cc683a69365bb8156
parent 724132abcc772c6868e2c1aa343426153f934b06
1 passed (1 total) View logs
1 file changed +1 -1
modified src/views/repo/Patch.svelte
@@ -556,7 +556,7 @@
          allowedToEdit={true}
          title={patch.title}
          cobId={patch.id} />
-
        <div style:margin-left="auto">
+
        <div class="txt-small" style:margin-left="auto" style:z-index="40">
          <Popover
            bind:expanded={checkoutPopoverExpanded}
            popoverPositionRight="0"