Skip to content

Commit

Permalink
Allow toolbar wrapper to be clicked through
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 25, 2017
1 parent 98f3a87 commit 7b25dff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions editor/modes/visual-editor/style.scss
Expand Up @@ -323,6 +323,14 @@
margin-left: -$block-padding;
margin-right: -$block-padding;

// Allow this invisible layer to be clicked through.
pointer-events: none;

// Reset pointer-events on children.
& > * {
pointer-events: auto;
}

// Larger viewports
@include break-small() {
margin-left: 0;
Expand Down

0 comments on commit 7b25dff

Please sign in to comment.