[mobile] Fix Bug 37525, Bug 37645
This commit is contained in:
parent
50d94ec735
commit
98ac37d9f1
|
@ -6788,3 +6788,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -6335,3 +6335,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -228,3 +228,8 @@ input, textarea {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -218,3 +218,8 @@ input, textarea {
|
|||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -6739,3 +6739,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -6347,3 +6347,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
height: 100%;
|
||||
background-size: contain;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -234,3 +234,8 @@ input, textarea {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -224,3 +224,8 @@ input, textarea {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -7125,3 +7125,7 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -6741,3 +6741,7 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
|
|||
height: 38px;
|
||||
background-size: contain;
|
||||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -181,3 +181,8 @@ input, textarea {
|
|||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -170,3 +170,8 @@ input, textarea {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
Loading…
Reference in a new issue