Fix parallax
This commit is contained in:
parent
1b259500ae
commit
cd7d384ac3
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
@use '../../style/mixins' as *;
|
@use '../../style/mixins' as *;
|
||||||
@use '../../style/dark-mode/dark-mode' as *;
|
@use '../../style/dark-mode/dark-mode' as *;
|
||||||
|
|
||||||
|
#background {
|
||||||
|
transform-style: preserve-3d;
|
||||||
|
}
|
||||||
|
|
||||||
.blob {
|
.blob {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue