SiteWriter/static/css/editorparent.css

12 lines
319 B
CSS
Raw Normal View History

/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#editorframe {
border: 1px solid black;
width: 100%;
height: 1000px;
max-height: calc(100vh - 200px);
}