Fix dragging 3D piece elevation

pull/9865/head
romnzs 2021-09-22 22:09:20 +03:00
parent 36584e8d64
commit 800f18035f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ piece {
&.dragging {
cursor: move;
z-index: z('cg__piece.dragging');
z-index: z('cg__piece.dragging') !important;
}
&.anim {