Skip to end of banner
Go to start of banner

Scaffolding "Edit Contents" editor space is very small in Chrome browser when Brikit Theme is enabled

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Purpose

When a page contains any Scaffolding macro, there is an edit option called "Edit Contents". After clicking it (in Google Chrome), the editor space is very small and does not allow comfortable editing when Brikit Theme is enabled.

Answer

Brikit Support suggested to add the following CSS to your theme:

div.scaffold-border {
    height: 600px;
}

div#content.edit.page {
    height: 600px !important;
}

Brikit Support suggested to add the following CSS to your theme:

You may want to modify the size in pixels to adapt to your environment. The issue is tracked by Brikit Support at PRESS-2044.

(warning) The suggestion is not supported by ServiceRocket, please contact Brikit Support if you hit into problem.

  • No labels