Skip to content

Commit

Permalink
fix(Select/MultiSelect): Add z-index 100000 to popover (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacknz authored Sep 4, 2024
1 parent 95e0a92 commit 390de02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-weeks-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Add z-index 100000 to Select/MultiSelect popover
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
border-radius: $border-solid-border-radius;
background: $color-white;
overflow: auto;
z-index: 100000;

&:focus {
outline: none;
Expand Down

0 comments on commit 390de02

Please sign in to comment.