2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Add popover zindex

This commit is contained in:
Mark Otto
2021-11-01 22:08:58 -07:00
parent eb3ce56d0e
commit a08b7ee155
+1 -1
View File
@@ -21,7 +21,7 @@
position: absolute;
top: 0;
left: 0 #{"/* rtl:ignore */"};
z-index: var();
z-index: var(--#{$variable-prefix}popover-zindex);
display: block;
max-width: var(--#{$variable-prefix}popover-max-width);
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.