fix top shade position
This commit is contained in:
parent
4f5af96138
commit
3b4957779d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue