Open Ivo72 opened 4 years ago
Hi,
The top anchor is allways redirecting to the main page / top page of a TYPO3 installation.
I would suggest to adapt ScrollTop.html as follows (including the page link):
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> <f:link.page class="scroll-top" title="{f:translate(key: 'scrolltop', extensionName: 'bootstrap_package')}" section="top"> <span class="scroll-top-icon"></span> </f:link.page> </html>
Like that, you get a smooth scroll to the current page.
Best regards and thank you for your great work!
Thanks for your suggestion, will check this...
Hi,
The top anchor is allways redirecting to the main page / top page of a TYPO3 installation.
I would suggest to adapt ScrollTop.html as follows (including the page link):
Like that, you get a smooth scroll to the current page.
Best regards and thank you for your great work!