Jump to content

Featured Replies

Posted

It always annoyed me that you can scroll the page with the modal window open

  • Author

I am not able to hide the scroll bar using CSS (need JS) but I did it this way:

/* Fixed Dialog Window */
.ipsDialog {
    position: fixed;
    top:0!important;
}

 

Some pop-ups have a bigger height then screen.

  • Author

You're right, I didn't think of it 🤔 Maybe I will find some other solution.

Coding GIF by memecandy

Edited by SeNioR-

Recently Browsing 0

  • No registered users viewing this page.