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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Press the "add line" button, the size of the tab will not increase automatically, it is also not possible to scroll.
Tested on Chrome V64.0
The size of the tab content should increase automatically when adding content dynamically.
The size of the .md-tabs-content doesn't seem to be recalculated unless the user switch tabs. Setting md-dynamic-height to true doesn't fix the issue.
.md-tabs-content
md-dynamic-height
https://codepen.io/arthur_souviron/pen/RMPmxo or https://codesandbox.io/s/mm4k19x6zj
The text was updated successfully, but these errors were encountered:
Duplicate of #1513
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Press the "add line" button, the size of the tab will not increase automatically, it is also not possible to scroll.
Which browser?
Tested on Chrome V64.0
What is expected?
The size of the tab content should increase automatically when adding content dynamically.
What is actually happening?
The size of the
.md-tabs-content
doesn't seem to be recalculated unless the user switch tabs.Setting
md-dynamic-height
to true doesn't fix the issue.Reproduction Link
https://codepen.io/arthur_souviron/pen/RMPmxo
or
https://codesandbox.io/s/mm4k19x6zj
The text was updated successfully, but these errors were encountered: