From 791a53a84627e356497d952916a581d24c9601e2 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sat, 26 Jan 2019 12:07:32 +0100 Subject: [PATCH] fix navbar shadow on small screens being offset --- templates/widgets/navbar.lucius | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;