[mobile] Fix Bug 37525, Bug 37645

This commit is contained in:
Julia Radzhabova 2018-05-25 15:49:11 +03:00
parent 50d94ec735
commit 98ac37d9f1
12 changed files with 54 additions and 0 deletions

View file

@ -6788,3 +6788,7 @@ html.pixel-ratio-3 .numbers li {
z-index: 10;
-webkit-appearance: none;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -6335,3 +6335,7 @@ html.pixel-ratio-3 .numbers li {
color: #ffffff;
white-space: nowrap;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -228,3 +228,8 @@ input, textarea {
z-index: 10;
-webkit-appearance: none;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -218,3 +218,8 @@ input, textarea {
color: #ffffff;
white-space: nowrap;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -6739,3 +6739,7 @@ html.pixel-ratio-3 .numbers li {
z-index: 10;
-webkit-appearance: none;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -6347,3 +6347,7 @@ html.pixel-ratio-3 .numbers li {
height: 100%;
background-size: contain;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -234,3 +234,8 @@ input, textarea {
z-index: 10;
-webkit-appearance: none;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -224,3 +224,8 @@ input, textarea {
}
}
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -181,3 +181,8 @@ input, textarea {
z-index: 10;
-webkit-appearance: none;
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}

View file

@ -170,3 +170,8 @@ input, textarea {
}
}
}
.modal.modal-in {
max-height: 100%;
overflow: scroll;
}