Skip to content

Commit 4a9a9e4

Browse files
committed
change translate
1 parent 6a3392a commit 4a9a9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/02-tools/_m-bg-fullwidth.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pointer-events: none;
1515
content: "";
1616
background-color: $color;
17-
transform: translateX(-50%);
17+
transform: translate3d(-50%, 0, 0);
1818

1919
@include style-only {
2020
z-index: -1;

0 commit comments

Comments
 (0)