Skip to content

Commit

Permalink
Merge pull request #472 from Infineon/462-dropdown-menu-needs-z-index
Browse files Browse the repository at this point in the history
added z-index to dropdown-menu
  • Loading branch information
verena-ifx authored Sep 7, 2023
2 parents 84a664c + e37a011 commit a7fcf41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@use "~@infineon/design-system-tokens/dist/tokens";

:host {
position: relative;
z-index: 9999;
}

Expand Down

0 comments on commit a7fcf41

Please sign in to comment.