Removing style that makes editor scroll to the top on iOS without any action from the user
parent
5c531eebc5
commit
0677501d0b
|
@ -217,8 +217,7 @@ li[data-key=showusers] > a #online_count {
|
|||
bottom: 0px;
|
||||
z-index: 1;
|
||||
|
||||
/* Required to fix toolbar on top/bottom of the screen on iOS: */
|
||||
overflow: scroll;
|
||||
/* Required to be able to scroll on iOS: */
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
#editorcontainer iframe {
|
||||
|
|
Loading…
Reference in New Issue