You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/core/core.component.scss

20 lines
261 B
SCSS

#content {
height: 100vh;
width: 100vw;
position: absolute;
left: 0;
top: 0;
margin: 0;
overflow: hidden
}
mat-tab-group {
height: 100%;
width: 100%;
}
::ng-deep .mat-tab-body-wrapper {
height: 100%;
width: 100%;
}