Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix regression in breaking popover and hovers
Sebastian Martinez committed 1 year ago
commit 6ca5f29622d5228929529e13ae6e37f942db6a85
parent 2800d4f8d6a2b680cc0f702aaad74a40beaa5adc
2 files changed +2 -2
modified src/components/Border.svelte
@@ -38,7 +38,7 @@
    styleCursor = "default",
    styleGap = "0.5rem",
    styleMinWidth,
-
    styleOverflow = "hidden",
+
    styleOverflow,
    flatTop = false,
    flatBottom = false,
    styleBackgroundColor = "var(--color-background-default)",
modified src/components/Thread.svelte
@@ -117,7 +117,7 @@
    </CommentComponent>
  </div>
  {#if replies.length > 0 || (createReply && showReplyForm)}
-
    <Border variant="float" flatTop>
+
    <Border variant="float" styleOverflow="hidden" flatTop>
      <div style:width="100%">
        {#if replies.length > 0}
          {#each replies as reply}