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