Fix modal backdrop overlap in sticky container

This commit is contained in:
Pakinam 2023-05-07 11:22:36 -04:00
parent ea4da49f52
commit 9584ea944f

View File

@ -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;