Skip to content
Snippets Groups Projects
Unverified Commit a7cf3b07 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #2584 from paulkaplan/fix-sharing-inconsistency

Stop block drag surface from stopping mouse enter events
parents 4058f5ea f718e151
Branches
Tags
No related merge requests found
......@@ -40,6 +40,14 @@
box-sizing: content-box;
}
.blocks :global(.blocklyBlockDragSurface) {
/*
Fix an issue where the drag surface was preventing hover events for sharing blocks.
This does not prevent user interaction on the blocks themselves.
*/
pointer-events: none;
}
/*
Shrink category font to fit "My Blocks" for now.
Probably will need different solutions for language support later, so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment