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:
parent
8460a454cb
commit
d755d96bae
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: ($gap / 2) $gap;
|
||||
z-index: 5;
|
||||
z-index: 15;
|
||||
|
||||
img {
|
||||
flex-grow: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user