From 7a1ad22fbe59c04610bb1f97fff33f96182f21cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Horuba=C5=82a?= Date: Mon, 5 Feb 2018 21:48:04 +0100 Subject: [PATCH] Update README.md with notice section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781da4b..1a7b756 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,11 @@ Vue.use(vueSmoothScroll) }) -``` \ No newline at end of file +``` +### Notice +SmoothScroll won't work if you set `body` or `html` to `height: 100%`, if you use external css be sure to reset styles +```css +body, html { + height: auto !important; +} +```