Skip to content

Commit

Permalink
CSS: Increase size of contenteditable area
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen authored and JohnMcLear committed Mar 8, 2021
1 parent 4044860 commit 926f0fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/static/css/iframe_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 926f0fc

Please sign in to comment.