Modal editor only blurs part of the screen

Modal editor only blurs part of the screen

skittelskittel Posts: 10Questions: 4Answers: 0

Hello,
I'm using datatable with editor in the current version.
I'm using the editor in modal-mode .
Problem is, that the blur does not cover the whole screen. the left and top navigation are not blured.
And relay bad, I can change pages and the blur stays.
Can me please somebody push me in the right direction what to change.
Stefan

Answers

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Are you using an iframe? If so, that is why.

    The other possibility is that it is a z-index issue. The navigation area might have a really high z-index.

    Id need a link to a test case to be able to say for sure.

    Allan

  • skittelskittel Posts: 10Questions: 4Answers: 0

    Hello Allan,
    no iframe. It is currently not online.
    I ask my CSS/Bootstrap guy and get back to you.
    Thanks
    Stefan

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Hi Stefan,

    I strongly suspect a z-index issue in that case. The fact that the lightbox is centred on the whole windows would support that (I should have spotted that before perhaps).

    Allan

Sign In or Register to comment.