@import '../core/style/vendor-prefixes';

.mat-tab-body-content {
  height: 100%;
  overflow: auto;

  .mat-tab-group-dynamic-height & {
    overflow: hidden;
  }
}
