[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;
|
||||
}
|
||||
|
|
|
@ -227,4 +227,9 @@ input, textarea {
|
|||
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -217,4 +217,9 @@ input, textarea {
|
|||
padding: 3px 10px;
|
||||
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;
|
||||
}
|
||||
|
|
|
@ -233,4 +233,9 @@ input, textarea {
|
|||
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
|
@ -223,4 +223,9 @@ input, textarea {
|
|||
background-size: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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