From 3b4957779dbd521f85d382b5701d9eb29fe1f957 Mon Sep 17 00:00:00 2001 From: Bruce Liu Date: Sun, 19 Jun 2022 16:19:22 -0700 Subject: [PATCH] fix top shade position --- dist/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/styles/main.css b/dist/styles/main.css index 26aab7b..fd50d20 100644 --- a/dist/styles/main.css +++ b/dist/styles/main.css @@ -209,7 +209,7 @@ img.favicon.dropdown { .main::before { content: ""; display: block; - position: sticky; + position: relative; top: var(--navHeight); left: 0; width: calc(100% - 16px);