Skip to content

Commit

Permalink
fix: ensure JSX popover is displayed on top of toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayBP authored and petyosi committed Sep 8, 2023
1 parent 26a10f9 commit 137ba12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/ui.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@
background-color: var(--baseBgSubtle);
padding:var(--spacing-2) var(--spacing-2);
font-size: var(--text-sm);
z-index: 1;
}

.popoverArrow {
Expand Down

0 comments on commit 137ba12

Please sign in to comment.