Scaffolding contents editor space is very small in Chrome when Brikit Theme is enabled
Purpose
When a page contains а Scaffolding field macro, the page includes the Edit Contents button.
Clicking the Edit Contents button in Google Chrome opens the Scaffolding content editor in a very small space and does not allow comfortable editing when Brikit Theme is enabled.
Answer
The Brikit support team suggested adding the following CSS to your theme:
div.scaffold-border {
height: 600px;
}
div#content.edit.page {
height: 600px !important;
}You may want to modify the size in pixels to adapt to your environment. The issue is tracked by the Brikit support at PRESS-2044.
The suggestion is not supported by Appfire. Contact Brikit Support for further help.