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 {
|
.ContentBlock {
|
||||||
|
// HACK: Fixes Chrome drag and drop preview
|
||||||
|
transform: translate3d(0, 0, 0);
|
||||||
|
|
||||||
.MenuWrapper,
|
.MenuWrapper,
|
||||||
.dnd-handle {
|
.dnd-handle {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue