mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Add popover zindex
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0 #{"/* rtl:ignore */"};
|
left: 0 #{"/* rtl:ignore */"};
|
||||||
z-index: var();
|
z-index: var(--#{$variable-prefix}popover-zindex);
|
||||||
display: block;
|
display: block;
|
||||||
max-width: var(--#{$variable-prefix}popover-max-width);
|
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.
|
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
|
||||||
|
|||||||
Reference in New Issue
Block a user