We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 1rem top margin on a heading makes the Paper element move down, not the heading.
Code:
<Paper zDepth={1}> <h1 className='leftMargin topMargin'> Books</h1> <BookList /> </Paper>
Example: See in this screenshot how the top of the paper is incorrectly 1rem down the page.
The text was updated successfully, but these errors were encountered:
overflow: hidden
Sorry, something went wrong.
Bump @types/luxon from 1.22.0 to 1.24.3 (mui#2037)
949a4d6
No branches or pull requests
The 1rem top margin on a heading makes the Paper element move down, not the heading.
Code:
Example:
See in this screenshot how the top of the paper is incorrectly 1rem down the page.
The text was updated successfully, but these errors were encountered: