We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a05ecd commit 943395eCopy full SHA for 943395e
src/lib/tabs/tab-body.scss
@@ -1,4 +1,8 @@
1
+@import '../core/style/vendor-prefixes';
2
+
3
.mat-tab-body-content {
4
+ // Avoids repainting while scrolling.
5
+ @include backface-visibility(hidden);
6
height: 100%;
7
overflow: auto;
8
0 commit comments