react-fullpage icon indicating copy to clipboard operation
react-fullpage copied to clipboard

fixed position also getting scrolled

Open mdali602 opened this issue 5 years ago • 3 comments

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

2

If I scroll to to second section fixed element should be shown.

Navigator and OS versions

mdali602 avatar Sep 23 '20 12:09 mdali602

May I can have a sketch or screenshot to visualize it?

thierryc avatar Sep 23 '20 13:09 thierryc

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

mdali602 avatar Sep 24 '20 06:09 mdali602

Thank you, I will. I keep you posted.

thierryc avatar Sep 24 '20 14:09 thierryc