mirror of https://github.com/twbs/bootstrap.git
Fix modal backdrop overlap in sticky container
This commit is contained in:
parent
ea4da49f52
commit
9584ea944f
|
@ -1129,7 +1129,7 @@ $zindex-sticky: 1020 !default;
|
|||
$zindex-fixed: 1030 !default;
|
||||
$zindex-offcanvas-backdrop: 1040 !default;
|
||||
$zindex-offcanvas: 1045 !default;
|
||||
$zindex-modal-backdrop: 1050 !default;
|
||||
$zindex-modal-backdrop: 1019 !default;
|
||||
$zindex-modal: 1055 !default;
|
||||
$zindex-popover: 1070 !default;
|
||||
$zindex-tooltip: 1080 !default;
|
||||
|
|
Loading…
Reference in New Issue