refactor(marks): switch Mark from fixed to absolute positioning
This commit is contained in:
parent
f112e26784
commit
be6e9ea13d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ body:not(.dark)::before { opacity: 0.045; mix-blend-mode: normal; }
|
|||
--mark-rest: 0.16;
|
||||
}
|
||||
.mark {
|
||||
position: fixed; pointer-events: none; z-index: 0;
|
||||
position: absolute; pointer-events: none; z-index: 0;
|
||||
filter: var(--mark-filter-dark);
|
||||
opacity: var(--mark-rest);
|
||||
transition: opacity var(--dur-slow) var(--ease-out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue