Skip to content

Commit

Permalink
[components] Adjust tooltip z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 56b17bf commit 8d193ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/components/src/tooltip/tooltip.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'part:@sanity/base/theme/variables-style';

.root {
z-index: 9999;
z-index: var(--zindex-popover + 1);
}

.card {
Expand Down

0 comments on commit 8d193ce

Please sign in to comment.