Fix chrome drag and drop preview (#1097)

This commit is contained in:
Jesús Espino 2021-08-25 16:46:01 +02:00 committed by GitHub
parent dd8083a915
commit 8c9a7f21b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
.ContentBlock {
// HACK: Fixes Chrome drag and drop preview
transform: translate3d(0, 0, 0);
.MenuWrapper,
.dnd-handle {
display: none;