/*
 * Site-level utility styles loaded on every page via extend-head.html.
 *
 * These rules exist primarily to replace inline `style="..."` attributes
 * that Blowfish emits in its templates, which would require 'unsafe-inline'
 * in the Content-Security-Policy style-src directive.
 *
 * See docs/SECURITY_DECISIONS.md for the full rationale.
 */

/*
 * Replaces the hardcoded `style="scrollbar-gutter: stable;"` on the
 * mobile-menu dialog element in Blowfish's
 * layouts/partials/header/components/mobile-menu.html.
 */
.vh-scrollbar-gutter-stable {
  scrollbar-gutter: stable;
}
