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 dialog-container elemnt should have same min-height as the parent element so it covers the whole dialog.
dialog-container
I don't know which one of min-height or height: 100%; is best. Please chose the one you like. :)
min-height
height: 100%;
The text was updated successfully, but these errors were encountered:
@argelius dialog-container already has height: inherit. Isn't that enough?
height: inherit
Sorry, something went wrong.
6fd7b91
No branches or pull requests
The
dialog-container
elemnt should have same min-height as the parent element so it covers the whole dialog.I don't know which one of
min-height
orheight: 100%;
is best. Please chose the one you like. :)The text was updated successfully, but these errors were encountered: