0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 00:12:56 +00:00

add z-index and position to .decoration

This commit is contained in:
Gazook89
2022-03-10 21:56:49 -06:00
parent 9282bdc09d
commit de54bd4817

View File

@@ -621,6 +621,8 @@ body {
} }
&.decoration { &.decoration {
transform-style : preserve-3d; transform-style : preserve-3d;
z-index: -1;
position:relative;
} }
&.decoration::before { &.decoration::before {
content :''; content :'';