Adding missing code to make toolbar be fixed on top/bottom of the screen for iOS devices.
This commit complements 9ccaeb5
.
pull/2721/head
parent
25db7d995f
commit
8a0a1a65b1
|
@ -216,6 +216,10 @@ li[data-key=showusers] > a #online_count {
|
||||||
right: 0px;
|
right: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
/* Required to fix toolbar on top/bottom of the screen on iOS: */
|
||||||
|
overflow: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
#editorcontainer iframe {
|
#editorcontainer iframe {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue