We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3392a commit 4a9a9e4Copy full SHA for 4a9a9e4
src/scss/02-tools/_m-bg-fullwidth.scss
@@ -14,7 +14,7 @@
14
pointer-events: none;
15
content: "";
16
background-color: $color;
17
- transform: translateX(-50%);
+ transform: translate3d(-50%, 0, 0);
18
19
@include style-only {
20
z-index: -1;
0 commit comments