-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Mini-navigation and non-fixed app bar indent when scrolling down #1101
Comments
Thanks for reporting this. I think I'll include this fix along with #1082. A reminder for me when I tackle this:
|
Quick update -- I mostly have this ready but there are some performance issues when using the |
mlaursen
added a commit
that referenced
this issue
May 10, 2021
mlaursen
added a commit
that referenced
this issue
May 10, 2021
mlaursen
added a commit
that referenced
this issue
May 10, 2021
mlaursen
added a commit
that referenced
this issue
May 12, 2021
mlaursen
added a commit
that referenced
this issue
May 13, 2021
mlaursen
added a commit
that referenced
this issue
May 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description When using mini-navigation, it is 56 pixels down to not overlap the app bar, but when scrolling down without the app bar, it is padded 56 pixels from the top.
Screenshots
Sandbox
Here is a small change to the sandbox of the example code to show the problem:
https://codesandbox.io/s/layout-example-configurable-layout-forked-s7vof?file=/src/Demo.jsx
The text was updated successfully, but these errors were encountered: