[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

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

View file

@ -217,4 +217,9 @@ input, textarea {
padding: 3px 10px;
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

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

View file

@ -223,4 +223,9 @@ input, textarea {
background-size: contain;
}
}
}
.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;
}