mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 14:16:17 +02:00
CSS: Increase size of contenteditable area
This commit is contained in:
parent
404486069c
commit
926f0fcefb
@ -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…
x
Reference in New Issue
Block a user