Skip to content

Commit

Permalink
fix(accordion): resolve accordion header z-index issue (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Feb 7, 2020
1 parent d5aaf1d commit 554c9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
margin: $accordion-title-margin;
width: 100%;
text-align: left;
z-index: 0;
z-index: 1;
}

.#{$prefix}--accordion__content {
Expand Down

0 comments on commit 554c9ce

Please sign in to comment.