diff options
Diffstat (limited to 'public/global.css')
| -rw-r--r-- | public/global.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/global.css b/public/global.css new file mode 100644 index 0000000..7c5be0a --- /dev/null +++ b/public/global.css @@ -0,0 +1,8 @@ +html { + box-sizing: border-box; +} + +#editor { + height: 100vh; + max-height: 100vh; +}
\ No newline at end of file |
