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

fix z-index of menu on ios #204

Merged
merged 1 commit into from
May 21, 2018
Merged

fix z-index of menu on ios #204

merged 1 commit into from
May 21, 2018

Conversation

ptbrowne
Copy link
Contributor

@ptbrowne ptbrowne commented May 21, 2018

Bug

A CSS ordering bug causes the nav-bar to be above the drawer menu on iOS.

Normally (on browsers) the bar when drawer is opened has a z-index of 90 but on iOS it is 31 because the rule is loaded after.
Since the rule with 31 is normally overrided and is causing the bug, I deleted it.

Ordering bug :

on iOS (31 after 90 and 90 is discarded) :

on other browsers (90 after 31 and 31 is discarded) :

@ptbrowne ptbrowne requested a review from CPatchane as a code owner May 21, 2018 12:22
@ptbrowne ptbrowne requested a review from drazik May 21, 2018 12:27
@ptbrowne ptbrowne merged commit e132421 into master May 21, 2018
@ptbrowne ptbrowne deleted the fix-z-index-drawer-opened branch May 21, 2018 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants