OpenContent icon indicating copy to clipboard operation
OpenContent copied to clipboard

"Edit" makes content overflow in edit.

Open jakehwll opened this issue 5 years ago • 3 comments

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.

jakehwll avatar May 15 '19 23:05 jakehwll

.iPopUp has a height of the entire document, hotfixed by using this in my CSS/UserStyle.

iframe#iPopUp {
    max-height: 90vh !important;   
}

jakehwll avatar May 16 '19 00:05 jakehwll

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;

sachatrauwaen avatar May 16 '19 08:05 sachatrauwaen

I have seen the same in a Bootstrap 4 skin

Timo-Breumelhof avatar Mar 19 '20 15:03 Timo-Breumelhof