web-illinois / illinois_framework_theme

An Illinois branded Drupal theme based off of the bootstrap4 theme.
6 stars 1 forks source link

Add back to top web component from toolkit #910

Open nhjohnstone opened 1 year ago

github-actions[bot] commented 1 year ago

Branch nhjohnstone/issue-910-add-back-to-top-web-component-from-toolkit created!

nhjohnstone commented 9 months ago

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

see the solution here and here