Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navbar-fixed class not effect on mobile, it will hidden contents. #5750

Open
lucasjinreal opened this issue Mar 19, 2018 · 4 comments
Open

Comments

@lucasjinreal
Copy link

Same error, I think this should be fix, the reason why shows this is used navbar-fixed. If not everything normal. Anybody knows solution?

@acburst
Copy link
Collaborator

acburst commented Mar 19, 2018

I'm not sure I understand your problem. Do you have an example codepen reproducing the issue?

@lucasjinreal
Copy link
Author

@acburst Sorry for bother and my English. I using a fixed navbar as the official sites shows, it fixed but when click menu button, the content swipe left can not be click. #5205 this thread exactly same problem with mine.

@theakshaydhiman
Copy link

@acburst @jinfagang

I had this issue. Let me explain.

When a nav element is surrounded by a div of class "navbar-fixed," it works, but in smaller screens "sidenav-overlay" class interferes.

You can fix it by setting the z-index to 996 (or something like that) of .sidenav-overlay class in _sidenav.scss.

@acburst
Copy link
Collaborator

acburst commented Mar 26, 2018

I still don't really understand, sorry. If its not too much trouble, setting up a codepen really helps me out so I can understand the problem visually firsthand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants