mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
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:
parent
25db7d995f
commit
8a0a1a65b1
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue