@open-rlb/ng-bootstrap 2.2.17 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1191,7 +1191,7 @@ $form-validation-states: (
1191
1191
  // of components dependent on the z-axis and are designed to all work together.
1192
1192
 
1193
1193
  // scss-docs-start zindex-stack
1194
- $zindex-dropdown: 1000;
1194
+ $zindex-dropdown: 1021;
1195
1195
  $zindex-sticky: 1020;
1196
1196
  $zindex-fixed: 1030;
1197
1197
  $zindex-offcanvas-backdrop: 1040;
@@ -24,6 +24,11 @@
24
24
  }
25
25
  }
26
26
 
27
+ .rlb-dropdown-menu {
28
+ z-index: $zindex-dropdown;
29
+ }
30
+
31
+
27
32
  .rlb-content {
28
33
  position: fixed;
29
34
  left: 0;