*Fixed* background
This commit is contained in:
parent
4eca530475
commit
08da1d3069
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ body {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
filter: blur(16px);
|
filter: blur(16px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue