mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Fix broken layout (Chrome Mobile)
This commit is contained in:
parent
7f158f697b
commit
cb760aae52
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@
|
|||
<link rel="shortcut icon" href="favicon.ico">
|
||||
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
color: #333;
|
||||
font: 14px helvetica, sans-serif;
|
||||
background: #ddd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue