Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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

Closed
mindaugasvcs opened this issue May 10, 2024 · 0 comments
Labels
Unresolved (Archived) Open and unresolved issues and PRs that were closed due to archiving the repository.

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.

@asyncLiz asyncLiz added the Unresolved (Archived) Open and unresolved issues and PRs that were closed due to archiving the repository. label Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Unresolved (Archived) Open and unresolved issues and PRs that were closed due to archiving the repository.
Projects
None yet
Development

No branches or pull requests

2 participants