Skip to content

Commit

Permalink
Hide subsequent multi selected blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 13, 2021
1 parent 8eb1b6a commit ba4eb9a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
// lest the block might affect your drag operation.
pointer-events: none !important;

// Hide subsequent multiselected blocks, as they can become rather tall.
&.is-multi-selected + .is-multi-selected {
display: none !important;
}

// Hide the multi selection indicator when dragging.
&::selection {
background: transparent !important;
Expand Down

0 comments on commit ba4eb9a

Please sign in to comment.