diff --git a/frontend/src/css/base.css b/frontend/src/css/base.css index 58ce9aec..276b60b5 100644 --- a/frontend/src/css/base.css +++ b/frontend/src/css/base.css @@ -100,6 +100,11 @@ main { .breadcrumbs { height: 3em; border-bottom: 1px solid rgba(0, 0, 0, 0.05); + position: -webkit-sticky; + position: sticky; + top: 64px; + z-index: 1000; + background: var(--background); } .breadcrumbs span, @@ -151,4 +156,4 @@ body.rtl .breadcrumbs a { .break-word { word-break: break-all; -} \ No newline at end of file +}