}
}
-.dropdown {
+/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
+.dropdown:not(.btn-group) {
z-index: z(dropdown) !important;
}
.dropdown-menu {
+ z-index: z(dropdown) !important;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 15px;
z-index: z(modal) !important;
}
+ngb-popover-window {
+ z-index: z(popover) !important;
+}
+
+ngb-tooltip-window {
+ z-index: z(tooltip) !important;
+}
+
.btn-outline-tertiary {
color: var(--secondaryColor);
border-color: var(--secondaryColor);
$dropdown-link-active-bg: inherit;
-$zindex-modal: 10005;
$modal-footer-border-width: 0;
$modal-md: 600px;
$nav-pills-link-active-bg: #F0F0F0;
$nav-pills-link-active-color: #000;
-
-$zindex-dropdown: 10000;
-$zindex-popover: 10000;