revert: recent change
This commit is contained in:
parent
44cd9c0dab
commit
a60ec12b4e
1 changed files with 3 additions and 3 deletions
|
@ -355,9 +355,9 @@ onUnmounted(() => {
|
|||
pointer-events: none;
|
||||
filter: blur(8px) opacity(0.6);
|
||||
// Funny CSS schenanigans to make background escape container
|
||||
left: calc(0vh - 1.9vmax);
|
||||
top: calc(1vh - 1.9vmax);
|
||||
right:calc(0vh - 1.9vmax);
|
||||
left: -100%;
|
||||
top: -100%;
|
||||
right: -100%;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue