fix: background not filling area on bigger screens
This commit is contained in:
parent
a5dd169475
commit
2157d4ff18
1 changed files with 3 additions and 6 deletions
|
@ -355,12 +355,9 @@ onUnmounted(() => {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
filter: blur(8px) opacity(0.6);
|
filter: blur(8px) opacity(0.6);
|
||||||
// Funny CSS schenanigans to make background escape container
|
// Funny CSS schenanigans to make background escape container
|
||||||
padding-left: 20px;
|
top: -100%;
|
||||||
margin-left: -20px;
|
left: -100%;
|
||||||
padding-right: 20px;
|
right: -100%;
|
||||||
margin-right: -20px;
|
|
||||||
padding-top: 20px;
|
|
||||||
margin-top: -20px;
|
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue