/* force scrollbar to always show */
html {
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}
