|
@@ -108,13 +108,6 @@ button[type="info"] {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.uni-popup, .uni-picker-container{
|
|
|
- z-index: 9999999 !important;
|
|
|
-}
|
|
|
-
|
|
|
-uni-toast, .uni-mask, .uni-toast {
|
|
|
- z-index: 99999999 !important;
|
|
|
-}
|
|
|
.hc-popup.uni-popup {
|
|
|
view[name="content"] {
|
|
|
transition: -webkit-transform 900ms ease 0ms, transform 900ms ease 0ms !important;
|
|
@@ -186,6 +179,14 @@ uni-toast, .uni-mask, .uni-toast {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.uni-popup, .uni-picker-container{
|
|
|
+ z-index: 9999999 !important;
|
|
|
+}
|
|
|
+
|
|
|
+uni-toast, .uni-mask, .uni-toast {
|
|
|
+ z-index: 99999999 !important;
|
|
|
+}
|
|
|
+
|
|
|
uni-modal {
|
|
|
z-index: 99999999 !important;
|
|
|
}
|
|
@@ -196,6 +197,12 @@ uni-modal {
|
|
|
.uni-modal {
|
|
|
z-index: 999999999 !important;
|
|
|
}
|
|
|
+.uni-calendar__mask, .uni-calendar__content {
|
|
|
+ z-index: 9999999 !important;
|
|
|
+}
|
|
|
+.hc-zindex {
|
|
|
+ z-index: 99999999 !important;
|
|
|
+}
|
|
|
|
|
|
.mt-1px {
|
|
|
margin-top: 1px;
|
|
@@ -226,7 +233,3 @@ uni-modal {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
-
|
|
|
-.uni-calendar__mask, .uni-calendar__content {
|
|
|
- z-index: 9999999 !important;
|
|
|
-}
|