Issue
I ran into the problem, that the cards within a tab navigation in Angular Material were cut off.
Solution
It's because the md-tabs
element on that site (URL is no longer available) does not have the attribute md-dynamic-height
:
Taking the markup in your question I created a CodePen. If you remove that attribute you will see the problem you mention.
From the docs:
Answered By - camden_kid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.