From e1e294b20efc15b1ab5a6fe97f198ea2fd5b4a2c Mon Sep 17 00:00:00 2001 From: Shahzore Qureshi Date: Fri, 9 Nov 2018 17:01:43 -0500 Subject: [PATCH] Update README.md This is a fix for the scrollOverflow functionality not working. I spent hours debugging this, and I realized this CSS file was missing. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f26cb9e..32a2382e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ npm install @fullpage/react-fullpage ``` -This will install the wrapper as well as [fullpage.js](https://github.com/alvarotrigo/fullPage.js/) +This will install the wrapper as well as [fullpage.js](https://github.com/alvarotrigo/fullPage.js/). + +After that, add the following CSS link to your public/index.html file. +``` + +``` ## License