OpenContent
OpenContent copied to clipboard
"Edit" makes content overflow in edit.
Gday,
Having an odd skin-specific issue where the content overflows the entire page length instead of just the viewport, No errors are output in console, and the only way to save content is to zoom out or use JS.
As you can see (through my crude Photoshop blurring) there is no scrollbar, however when moving to Cavalier as a theme, scrolls fine.
Any known fixes for this?
EDIT: For clarification, we are using Evoq.
.iPopUp
has a height of the entire document, hotfixed by using this in my CSS/UserStyle.
iframe#iPopUp {
max-height: 90vh !important;
}
I cannot really understand from where your issue comes. And difficult to reproduce. I dont really know if it is a good idea to include your css in opencontent because it not only opencontent specific. Hi, in opencontent the height of the popup is calculated in javascript like this :+1: newHeight = $window.height() - 36;
I have seen the same in a Bootstrap 4 skin