diff --git a/templates/style/_navbar.scss b/templates/style/_navbar.scss index c7a21d2c3..b8a44a0ed 100644 --- a/templates/style/_navbar.scss +++ b/templates/style/_navbar.scss @@ -149,6 +149,7 @@ div.nav-container { border-radius: 0 0 2px 2px; background-color: var(--color-background); + top: calc(#{$top-navbar-height} - 1px); left: 0; position: fixed; transform: translateX(m#{a}x(0%, var(--clamped-offset)));