diff options
| author | crupest <crupest@outlook.com> | 2019-03-13 22:23:35 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-03-13 22:23:35 +0800 |
| commit | 5102efa0b2b8a009be1db3bc6fa5462772ef3d6a (patch) | |
| tree | 04863f9f7f10984661244ed0582a84009d580ee6 /Timeline/ClientApp/src/styles.css | |
| parent | 5bfbb5020904eadba298fdc094172d1c12879278 (diff) | |
| download | timeline-5102efa0b2b8a009be1db3bc6fa5462772ef3d6a.tar.gz timeline-5102efa0b2b8a009be1db3bc6fa5462772ef3d6a.tar.bz2 timeline-5102efa0b2b8a009be1db3bc6fa5462772ef3d6a.zip | |
...
Diffstat (limited to 'Timeline/ClientApp/src/styles.css')
| -rw-r--r-- | Timeline/ClientApp/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/styles.css b/Timeline/ClientApp/src/styles.css index fad44c53..f60c9204 100644 --- a/Timeline/ClientApp/src/styles.css +++ b/Timeline/ClientApp/src/styles.css @@ -1,6 +1,10 @@ /* 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; } |
