sandbox/background-move/src/theme/layer.css

9 lines
116 B
CSS

.background {
position: fixed;
width: 4032px;
height: 2268px;
z-index: -1;
transform-origin: top left;
}