Structure bug IE11

Hi guys,

Just got a comment from our client who uses IE11. They experience a bug when they try to edit a structure-item in the panel. After they close the lightbox with the structure-form, the body-scrollbar won’t appear.

We suggested them to use a proper browser ;), that will fix it for now. But It would be great if there is a proper solution for this bug.

Is somebody familiar with this bug and is there a fix for it?

Thanks, Nico

The bug has already been submitted: https://github.com/getkirby/panel/issues/543. If it’s just a CSS issue, you could try to fix this with a custom panel stylesheet.

c::set('panel.stylesheet', 'assets/css/custom-panel.css');
1 Like