Skip to content

Commit

Permalink
fix(shape): make sure chrome renders the z-translated faces properly
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lubber-de authored Jan 30, 2020
1 parent ca80dca commit 37cdf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/shape.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
transition: @transition;
}

.ui.shape .side,
.ui.shape .sides {
transform-style: preserve-3d;
}
Expand Down

0 comments on commit 37cdf31

Please sign in to comment.