Problem with Selectize Rendering (Again)
Problem with Selectize Rendering (Again)
Stacey1134
Posts: 112Questions: 20Answers: 0
Hey, I updated to the newest selectize plugins, and they there is a rendering problem with Editor-PHP-2.1.0, not sure if it's fixed in 2.1.3 but haven't tested that fully. Anyway this article from 7 years ago does fix the problem.https://datatables.net/forums/discussion/39293.
div.selectize-dropdown {
z-index: 2001; }
Since you made mention that you updated it (7 years ago). Just FYI, its back.
This question has accepted answers - jump to:
Answers
That CSS is shown on the download page for the Selectize plug-in and is also in the CSS download file for it. Did you include that file?
Allan
hmm, I did not know that was all that was in that .css file.
Yes, it is loaded but I think what happened now, is "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/css/selectize.default.min.css"
loaded after yours then, and rewrote the .css Sorry about the false warning.
No worries. Thanks for letting me know.
Allan