aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/styles.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-13 22:23:35 +0800
committercrupest <crupest@outlook.com>2019-03-13 22:23:35 +0800
commit46cf8f8e8cf4aa4c7f772f1d8936d771f434e870 (patch)
tree381ae6217d60a695914c6dcf2695f9c050ef32ec /Timeline/ClientApp/src/styles.css
parent29716c4681f0e016e5f25291e95a143ade39faee (diff)
downloadtimeline-46cf8f8e8cf4aa4c7f772f1d8936d771f434e870.tar.gz
timeline-46cf8f8e8cf4aa4c7f772f1d8936d771f434e870.tar.bz2
timeline-46cf8f8e8cf4aa4c7f772f1d8936d771f434e870.zip
...
Diffstat (limited to 'Timeline/ClientApp/src/styles.css')
-rw-r--r--Timeline/ClientApp/src/styles.css4
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;
}