Update z-index of parent element to the tooltip

Source: https://foundation.zurb.com/forum/posts/50229-fixing-the-sticky-dropdown-z-index-issue
This commit is contained in:
leigh-mil 2019-08-06 11:25:42 -04:00
parent 8460a454cb
commit d755d96bae

View File

@ -2,7 +2,7 @@
display: flex;
align-items: center;
padding: ($gap / 2) $gap;
z-index: 5;
z-index: 15;
img {
flex-grow: 0;