Skip to content

Commit 37cdf31

Browse files
authored
fix(shape): make sure chrome renders the z-translated faces properly
When doing CSS 3D transforms there is an old chrome bug which does not handle translateZ properly in some cases. This had the side effect of not seeing some shape faces when transitions took place right after each other and seemed to be vanished
1 parent ca80dca commit 37cdf31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/modules/shape.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
transition: @transition;
3232
}
3333

34+
.ui.shape .side,
3435
.ui.shape .sides {
3536
transform-style: preserve-3d;
3637
}

0 commit comments

Comments
 (0)