Skip to content

Commit

Permalink
RC #291 - Updating FacetTimeline component z-index for popper content
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 12, 2024
1 parent fa9f873 commit 45d1ffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core-data/src/styles/FacetTimeline.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
div[data-radix-popper-content-wrapper] {
z-index: 90 !important;
}

div[data-radix-popper-content-wrapper]:hover {
z-index: 99 !important;
}

0 comments on commit 45d1ffe

Please sign in to comment.