diff --git a/components/header.module.css b/components/header.module.css index a8270e10..7f2ecfeb 100644 --- a/components/header.module.css +++ b/components/header.module.css @@ -102,8 +102,9 @@ } .sticky { - position: sticky; + position: fixed; border-bottom: 1px solid var(--theme-toolbarActive); + width: 100vw; top: -1px; padding-top: 1px; background-color: var(--bs-body-bg);