popOver 跟 modal z-index 换一下
This commit is contained in:
parent
0c9e0a7ce2
commit
29bec1e920
|
@ -123,8 +123,8 @@ $zindex-affix: 900 !default;
|
|||
$zindex-dropdown: 1000 !default;
|
||||
$zindex-sticky: 1100 !default;
|
||||
$zindex-fixed: 1200 !default;
|
||||
$zindex-modal: 1300 !default;
|
||||
$zindex-popover: 1400 !default;
|
||||
$zindex-popover: 1300 !default;
|
||||
$zindex-modal: 1400 !default;
|
||||
$zindex-contextmenu: 1500 !default;
|
||||
$zindex-tooltip: 1600 !default;
|
||||
$zindex-toast: 2000 !default;
|
||||
|
|
Loading…
Reference in New Issue