fix top shade position

This commit is contained in:
Bruce Liu 2022-06-19 16:19:22 -07:00
parent 4f5af96138
commit 3b4957779d
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ img.favicon.dropdown {
.main::before { .main::before {
content: ""; content: "";
display: block; display: block;
position: sticky; position: relative;
top: var(--navHeight); top: var(--navHeight);
left: 0; left: 0;
width: calc(100% - 16px); width: calc(100% - 16px);