Open nhjohnstone opened 1 year ago
Branch nhjohnstone/issue-910-add-back-to-top-web-component-from-toolkit created!
scrolling was not working correctly after updating to bootstrap 5
fix is to add this to _reboot.scss for il-fw-theme overrides line 35
:root { scroll-behavior: auto !important; }
also need to change the z-index of <il-back-to-top> to 100 so its on top of paragraphs
<il-back-to-top>
see the solution here and here
Branch nhjohnstone/issue-910-add-back-to-top-web-component-from-toolkit created!