Set max for Zen mode textarea to screen height

This commit is contained in:
Sam Rose 2017-03-02 09:38:31 -05:00
parent d95ac1b67f
commit 62b2d6735e
2 changed files with 6 additions and 1 deletions

View File

@ -20,8 +20,9 @@
outline: none;
resize: none;
height: 100vh;
max-height: calc(100vh - 10px);
max-width: 900px;
margin: 0 auto;
margin: 0 auto 10px;
}
.zen-control-leave {

View File

@ -0,0 +1,4 @@
---
title: Set max height to screen height for Zen mode
merge_request: 9667
author: