Adding missing code to make toolbar be fixed on top/bottom of the screen for iOS devices.

This commit complements 9ccaeb5.
This commit is contained in:
Luiza Pagliari 2015-07-07 15:20:18 -03:00
parent 25db7d995f
commit 8a0a1a65b1
1 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,10 @@ li[data-key=showusers] > a #online_count {
right: 0px;
bottom: 0px;
z-index: 1;
/* Required to fix toolbar on top/bottom of the screen on iOS: */
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
#editorcontainer iframe {
height: 100%;