////
/// Core Outdated
/// @group core
////

@-moz-document url-prefix() {
  :root#{ns-attr(scrolling)} body {
    position: sticky;
  }

  :root {
    --underline-thickness: calc(#{$underline-thickness} + 0.25px);
  }
}
