blob: f60c9204ca208082db949ba47911a6a7b310ba7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
html {
overflow: unset!important; /* why cdk-global-scrollblock add overflow-y: scroll ??????????? */
}
body {
margin: 0;
}
.fill-remaining-space {
flex: 1 1 auto;
}
|