fixes #5319: add backface-visibility for webkit skewing
This commit is contained in:
parent
86d5ed6f4f
commit
d36e37214b
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@
|
|||
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
|
||||
-o-transform: skew(@x, @y);
|
||||
transform: skew(@x, @y);
|
||||
-webkit-backface-visibility: hidden; // See https://github.com/twitter/bootstrap/issues/5319
|
||||
}
|
||||
.translate3d(@x, @y, @z) {
|
||||
-webkit-transform: translate3d(@x, @y, @z);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue