mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
CSS: Increase size of contenteditable area
This commit is contained in:
parent
404486069c
commit
926f0fcefb
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ html.outer-editor, html.inner-editor {
|
|||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
/*
|
||||
* Make the contenteditable area at least as big as the screen so that mobile
|
||||
* users can tap anywhere to bring up their device's keyboard.
|
||||
*/
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#innerdocbody, #sidediv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue