Commit 30cea142 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '28704-fullscreen-zen-mode-is-broken' into 'master'

Set max for Zen mode textarea to screen height

Closes #28704

See merge request !9667
parents 87e00ee7 62b2d673
......@@ -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 {
......
---
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