try overscroll-behavior

This commit is contained in:
Laura Klünder 2017-12-18 19:04:55 +01:00
parent 0bbcc400ca
commit 66f55402ec

View file

@ -227,6 +227,7 @@ section.details > .details-head > .button {
#sidebar section.details > .details-body {
border: 0;
overflow: auto;
overscroll-behavior: contain;
flex-grow: 1;
flex-shrink: 1;
}
@ -273,6 +274,7 @@ section.details {
}
to {
overflow: auto;
overscroll-behavior: contain;
}
}
@ -680,6 +682,7 @@ main:not([data-view=route-result]) #route-summary {
max-width: 95vw;
padding: 20px;
overflow: auto;
overscroll-behavior: contain;
position: relative;
}
#modal.loading #modal-content {