Skip to content

Commit

Permalink
fix backface rendering bug in firefox (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmxv committed Jan 5, 2020
1 parent 452682e commit 5739947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ p > iframe {

.back {
transform: rotateY(180deg);
z-index: 2;
}

.flipped {
Expand Down

0 comments on commit 5739947

Please sign in to comment.