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
With v63.0 the following code breaks:
<html> <head> <style> .wrapper { display: flex; } .cell { flex: 1; border: 1px solid black; padding: 10px; overflow: hidden; } </style> </head> <body> <div class="wrapper"> <div class="cell">one</div> <div class="cell">two</div> <div class="cell">three</div> <div class="cell">four</div> <div class="cell">five</div> <div class="cell">six</div> <div class="cell">seven</div> <div class="cell">eight</div> <div class="cell">nine</div> </div> </body> </html>
When overflow: hidden is added to .cell, all cells appear on top of each other instead of next to each other.
The text was updated successfully, but these errors were encountered:
0883acf
Thanks for your useful sample (and on other issues too!)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With v63.0 the following code breaks:
When overflow: hidden is added to .cell, all cells appear on top of each other instead of next to each other.
The text was updated successfully, but these errors were encountered: