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 not superimpose over element

Home Forums Older releases 1.0.x Menu not superimpose over element Reply To: Menu not superimpose over element

#2610
Modesto
Participant

Thank you very much by your reply.

How you say, the problem is in the mi_navbar-fixed-top, when I replace by default navbar-fixed-top, the menu is ok, but the problem is that I only want fixed navbar in small screens. Do you know how can modify for solve the problem?

I define this class how follow:

@media screen and (max-width: 772px) { .mi_navbar-fixed-top { top: 0px; border-width: 0px 0px 1px; position: fixed; right: 0px; left: 0px; z-index: 1030; } }

Thank you!