zIndex should actually sit higher than modals
This commit is contained in:
parent
030180d11a
commit
8f2f9fd07d
|
|
@ -15350,7 +15350,7 @@ div[data-control="balloon-selector"]:not(.control-disabled) ul li:hover {
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
z-index: 1050;
|
||||
z-index: 8050;
|
||||
}
|
||||
.sweet-alert {
|
||||
background-color: #ffffff;
|
||||
|
|
@ -15365,7 +15365,7 @@ div[data-control="balloon-selector"]:not(.control-disabled) ul li:hover {
|
|||
margin-top: -200px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 2000;
|
||||
z-index: 9050;
|
||||
}
|
||||
.sweet-alert h4 {
|
||||
margin: 30px 0;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
bottom: 0;
|
||||
|
||||
display: none;
|
||||
z-index: @zindex-modal;
|
||||
z-index: @zindex-modal + 7000;
|
||||
}
|
||||
|
||||
.sweet-alert {
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 2000;
|
||||
z-index: @zindex-modal + 8000;
|
||||
|
||||
h4 {
|
||||
margin: 30px 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue