Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Menu available with Alertify message

Home Forums Latest release 1.1.x Menu available with Alertify message Reply To: Menu available with Alertify message

#9165
firmolari
Participant

Solved!!!

I reply myself. The issue was that smartmenu uses on its main css template (sm-core-css.css) a z-index:9999 for the .sm. That means that had the priority. I overwritted in my custom css file to define a lower value, and now it works 🙂

Thanks anyway!!