Editor doesn't scroll

Editor doesn't scroll

nettunodevnettunodev Posts: 12Questions: 5Answers: 0
edited December 2018 in Editor

Hello, the editor modal window is longer than the available page height therefore the top is hidden and it doesn't scroll. The content inside the window does scroll and the page behind it scrolls too.

I'm pretty sure it depends on the navbar that is fixed on top. Maybe I could try to fix it using the zindex, is there a clever way to fix this issue?

I'm using Bootstrap v3.3.6, Datatables v1.10.7, Datatables Editor v1.4.2, jQuery v1.11.1

Answers

  • nettunodevnettunodev Posts: 12Questions: 5Answers: 0

    I'm sorry, it turned own to be an issue with the AdminLTE template I'm using. The .main-header element is given a z-index value of 1030, thus hiding the editor modal window header. I'll fix it by setting an higher z-index to the element DTED_Lightbox_Wrapper. I hope this will not cause other issues...

This discussion has been closed.