Undo: Changes to make behaviour on mobile safari better caused issues with everything else

This commit is contained in:
Gina Häußge 2015-04-15 15:30:11 +02:00
parent d58a2fd4c6
commit 29e2bbd2a7
3 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@
.modal-open {
overflow: hidden;
position: fixed;
}

File diff suppressed because one or more lines are too long

View file

@ -936,6 +936,6 @@ textarea.block {
.scrollable {
height: 100%;
overflow-y: scroll;
overflow: auto;
-webkit-overflow-scrolling: touch;
}