mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed card tooltips on back active during flip.
This commit is contained in:
@@ -60,10 +60,13 @@ loot-clear-metadata
|
||||
}
|
||||
#front {
|
||||
display: block;
|
||||
transform: translateZ(1px);
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
#editor {
|
||||
transform: rotateY(180deg) translateZ(1px);
|
||||
transform: rotateY(180deg) translateZ(-1px);
|
||||
display:none;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
/* Flip animation styling. */
|
||||
|
||||
Reference in New Issue
Block a user