Hello. On this page I am using Toolset to output results of a filter (choose something from a dropdown to see result). Each of these results opens a Pro content area modal. I did this by copying the css & html from Pro modals on another page and modifying to work with Toolset. It actually works surprisingly well. I even managed to get my z-index layers set properly in relation to the navbar.
However, the last thing I need to finish it (to fully mimic) a true Pro modal, is to make the modal dialog scroll in the y direction, since some of the modal dialogs are taller than the screen, especially on smaller screens. Right now the modal dialog does not scroll.
I have uncovered that Pro is using a library called Perfect Scrollbar, and that this dynamically updates the position of the dialog in the window allowing it to scroll. Although it appears that the js for this behavior is being loaded on the page, I can see that the relevant classes are not being added to my elements by the library.
For example, data-ps-id is not being dynamically generated and added to the x-modal div.
Additionally the styles for left, bottom, top, right, height are not being updated for ps-scrollbar-x-rail and ps-scrollbar-y-rail.
Can you offer any help to get this working? Without the ability for the modal dialog to scroll the whole solution really doesnt work and I’d have to go back to using bootstrap, which I’d really rather not do now that I nearly have this working perfectly.
Thank you