diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius index 745729208..5d1bc5761 100644 --- a/templates/widgets/navbar.lucius +++ b/templates/widgets/navbar.lucius @@ -3,8 +3,9 @@ } .navbar-shadow { - position: absolute; + position: fixed; right: 0; + top: 0; height: var(--header-height-collapsed); width: 20px; z-index: 50;