[Mobile] Fix Bug 37525, Bug 37645
This commit is contained in:
parent
c525a79362
commit
6d52dd2361
|
@ -6790,5 +6790,5 @@ html.pixel-ratio-3 .numbers li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -6337,5 +6337,5 @@ html.pixel-ratio-3 .numbers li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -231,5 +231,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
|
@ -221,5 +221,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
|
@ -6741,5 +6741,5 @@ html.pixel-ratio-3 .numbers li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -6349,5 +6349,5 @@ html.pixel-ratio-3 .numbers li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -237,5 +237,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
|
@ -227,5 +227,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
|
@ -7127,5 +7127,5 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -6743,5 +6743,5 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
|
|||
}
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -184,5 +184,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
|
@ -173,5 +173,5 @@ input, textarea {
|
|||
|
||||
.modal.modal-in {
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
Loading…
Reference in a new issue