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

CSS margin-top should be used instead of padding-top in mdc-top-app-bar--fixed-adjust class #8186

Open
mindaugasvcs opened this issue May 10, 2024 · 0 comments

Comments

@mindaugasvcs
Copy link

padding-top: variables.$row-height;

  1. CSS margin is used to push element.
  2. CSS padding is used to push element's boundaries.

Now if I use the drawer with top-app-bar then drawer's border will be visible on the top-app-bar.

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