Fix chrome drag and drop preview (#1097)
This commit is contained in:
parent
dd8083a915
commit
8c9a7f21b7
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
.ContentBlock {
|
||||
// HACK: Fixes Chrome drag and drop preview
|
||||
transform: translate3d(0, 0, 0);
|
||||
|
||||
.MenuWrapper,
|
||||
.dnd-handle {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue