react-fullpage
react-fullpage copied to clipboard
fixed position also getting scrolled
Expected Behavior
If I give some element fixed position (i.e. position: fixed) inside <FullpageSection></FullpageSection> ideally it should stay on the screen and It should not get scrolled while scrolling.
Actual Behavior
If I give any element position fixed like below: <FullpageSections> <FullpageSection>
Hello
If I scroll to to second section fixed element should be shown.
Navigator and OS versions
May I can have a sketch or screenshot to visualize it?
Pleas take look at given repo: https://github.com/mdali602/react-fullpage at home page there is a block, I want that block to be fixed on section 1 and section 2
Thank you, I will. I keep you posted.