Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix checkout popover overlap issue
Rūdolfs Ošiņš committed 1 year ago
commit 241e7a54b96d4ea8bc4f427cc683a69365bb8156
parent 724132a
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"