Dec 12 2018 07:58 PM
I am using react SharePoint Framework Extensions to create my header and footer for the site. Right now the footer is fixed, as it will stay on the page even if you scroll down the content. As my footer have good number of links, so in this case it will consume some space on the screen and will not go away.
I want to make the footer scroll with the content, if the page have more data in it then the footer should be at the bottom after the main content.
Is this possible ? please suggest
Dec 12 2018 08:12 PM
SolutionDec 13 2018 11:33 AM
Thanks for that Thuyavan. That was helpful. 🙂
I am not planing to make it a click open and close footer menu instead. Is there any other way I can achieve this.
Thanks in advance.
Apr 04 2019 02:53 AM - edited Apr 04 2019 02:54 AM
Apr 04 2019 02:53 AM - edited Apr 04 2019 02:54 AM
@TarundeepSinghTheta Hi, Did u overcame this issue? I have a similar issue where Header and Footer created through SPFx occupies most of the page. Any luck with CSS or scrollable event?
Apr 04 2019 02:41 PM
Hi,
The footer in SPFX extension have fixed positioning so its not possible for now to make if scroll able.
If you want it to be scroll able then you can add it in a web part and always keep that one the last web part on the page. But before that you need to hide all elements of the actual footer.
The other way around which I can think is to create a SPFX extension but make the footer hidden when user scrolls down. It might be tricky to manage the CSS.
Regards,
Oct 28 2020 08:38 AM
Hi,
I want to make the footer availiable inside the scroll bar, did anybody find any solution to this?
Please let me know
Dec 16 2021 06:05 AM
Jun 22 2022 11:45 AM
@Diego_Longhi Can you please share reference URL or implementation code snippets here ?
Sep 22 2023 09:59 AM
@TarundeepSinghTheta Please let me know the response. I'm also stuck at the same point
Jan 11 2024 05:06 AM
Dec 12 2018 08:12 PM
Solution