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

Transition bug in Firefox affects slidebars #298

Open
billynoah opened this issue Jan 20, 2018 · 0 comments
Open

Transition bug in Firefox affects slidebars #298

billynoah opened this issue Jan 20, 2018 · 0 comments

Comments

@billynoah
Copy link

billynoah commented Jan 20, 2018

Filed a bug report here: https://bugzilla.mozilla.org/show_bug.cgi?id=1431893

If you check with Firefox version 57 (not sure how far back this goes but apparently it's fine on version 47) even the demo on your website is severely affected due to CSS transitions on the menubar items.

Workaround is to remove or override overflow properties from [off-canvas] and apply them to a wrapper <div> inside for your content:

[off-canvas] > .slidebar-scroll-container {
    height: 100%;
    overflow: hidden;
    overflow-auto: auto;
}
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

1 participant