5 lines
117 B
SCSS
5 lines
117 B
SCSS
.wx-coolui-scroller-parallax {
|
|
position : absolute;
|
|
transform : translate3d(0, 0, 0);
|
|
transition: all 0.01s;
|
|
} |