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

Overlay overlaps sidebar when using navbar-fixed #5804

Closed
aexvir opened this issue Apr 8, 2018 · 4 comments
Closed

Overlay overlaps sidebar when using navbar-fixed #5804

aexvir opened this issue Apr 8, 2018 · 4 comments

Comments

@aexvir
Copy link

aexvir commented Apr 8, 2018

There are two issues already created but they are poorly explained and it's hard to understand the issue.

When using a fixed navbar the grey overlay overlaps the sidebar menu making it impossible to use. I've made a jsfiddle showing the issue here.

screen shot 2018-04-08 at 10 42 00

Only with changing the z-index of the sidenav-overlay to 996 fixes the issue but I'm not sure it's the correct solution.

If it matters I'm on Chrome 65.0.3325.181 (Official Build) (64-bit) on macOS 10.13.4

The issues related to this problem are #5205 and #5750

@aexvir
Copy link
Author

aexvir commented Apr 8, 2018

Duplicate of #5205

@aexvir
Copy link
Author

aexvir commented Apr 8, 2018

Duplicate of #5750

@aexvir
Copy link
Author

aexvir commented Apr 8, 2018

Changing the z-index of the overlay to 996 is not a good solution. The nav is over it, but the whole nav, not only the sidenav, because the z-index of the sidenav is the same as its parent. The solution may be removing the z-index from the navbar-fixed element.

Example

@Dogfalo
Copy link
Owner

Dogfalo commented Apr 8, 2018

Please read #3844

@Dogfalo Dogfalo closed this as completed Apr 8, 2018
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

2 participants