Topic: Pickdate and Picktime impossible z-index
jaimejay pro asked 7 years ago
jaimejay pro answered 7 years ago
I know that you dont manage the plugins issues but i could have been informed where to go for the info on issues. instead I had to go into the source files to find out where you got the plugins from. it would also help if your documentation would show the parts that you can use to expand their plugins with
The only fix i can find is to add this to my picks
FOR THE PICKADATE onOpen: function() { $("#quickinfo").css("z-index", "3"); //change the element/parent container that the date/time input is in to be above all other elements on page }, onClose: function() { $("#quickinfo").css("z-index", "1");//change the element/parent container back down to the same level } FOR THE PICKATIME beforeShow: function() { $("#quickinfo").css("z-index", "3");//change the element/parent container that the date/time input is in to be above all other elements on page }, beforeHide: function() { $("#quickinfo").css("z-index", "1");//change the element/parent container back down to the same level }
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No