Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 2c25851

Browse files
committed
Restores perspective to flip.
1 parent fb0f02a commit 2c25851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/X-rayHTML.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/* Code Viewer */
44

55
.source {
6+
position: relative;
67
}
78
.source-panel {
89
tab-size: 3;
@@ -17,8 +18,7 @@
1718

1819
/* Flip Animation */
1920

20-
.method-flip .source {
21-
position: relative;
21+
.method-flip {
2222
-webkit-perspective: 2500px;
2323
-moz-perspective: 2500px;
2424
perspective: 2500px;

0 commit comments

Comments
 (0)