-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Masterbar: mobile masterbar doesn't stick when scrolling #1283
Labels
Milestone
Comments
gwwar
added
[Type] Bug
When a feature is broken and / or not performing as intended
Framework
Masterbar
labels
Dec 4, 2015
absolutely |
cc @shaunandrews I close my other report of this as a duplicate. |
From the other thread: this might be fixed automatically once the masterbar refactoring lands, see #631. |
folletto
added a commit
that referenced
this issue
Dec 16, 2015
folletto
added a commit
that referenced
this issue
Dec 17, 2015
`section` gets initially passed as `false`, then becomes a string. Fix: hooked up Editor preload Cleanup: null and 0 are equivalent for ">" operator. Cleanup: made user "isRequired". Cleanup: shorter unseen notes code Fix whitespace Cleanup: isActive Cleanup: using ES6 default param Fix: the bar (fixed) now doesn't scroll away on mobile Fixes #1283
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In a small viewport, or mobile device, scrolling content also scrolls background content leading to the following behavior:
To reproduce navigate to:
Expected: Header sticks. Ideally background content does not scroll.
Actual: Background content scrolls, and the content behind the pane displays.
cc @rralian can we squeeze this into Iteration 17?
The text was updated successfully, but these errors were encountered: