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