Skip to content

Commit

Permalink
Specify the context for the element to hide to fix a preview issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Jan 29, 2025
1 parent f71796a commit 3a00a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

// Prevent the pattern from occupying space when closed, without interfering with its own open animation
&:not(.osui-balloon--is-open) * {
&:not(.osui-balloon--is-open) > * {
display: none;

& {
Expand Down

0 comments on commit 3a00a05

Please sign in to comment.