diff --git a/src/styles.scss b/src/styles.scss index 6c8d6f25..d5702921 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -68,3 +68,12 @@ mat-menu-panel { font-size: 12px !important; font-family: monospace; } +.mat-tab-body-content { + height: 100%; + overflow: initial !important; +} +.mat-tab-body.mat-tab-body-active { + + overflow-y: clip !important; + +}