Commit 62b2d673 authored by Sam Rose's avatar Sam Rose

Set max for Zen mode textarea to screen height

parent d95ac1b6
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
outline: none; outline: none;
resize: none; resize: none;
height: 100vh; height: 100vh;
max-height: calc(100vh - 10px);
max-width: 900px; max-width: 900px;
margin: 0 auto; margin: 0 auto 10px;
} }
.zen-control-leave { .zen-control-leave {
......
---
title: Set max height to screen height for Zen mode
merge_request: 9667
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment