Skip to content

Commit f3fe148

Browse files
committed
fix: page background
1 parent 9ae88f9 commit f3fe148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/scss/custom.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@
5353

5454
body::before {
5555
content: '';
56-
position: absolute;
56+
position: fixed;
5757
left: -50vw;
5858
top: -50vw;
59+
z-index: -1;
5960
width: 100vw;
6061
height: 100vw;
6162
background: radial-gradient(

0 commit comments

Comments
 (0)