Skip to content

Commit

Permalink
Improve side UI bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Mar 20, 2018
1 parent a943c23 commit 33ae11f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,10 @@
> .editor-block-settings-menu,
> .editor-block-mover {
position: absolute;
top: 0;
top: -.9px; // .9px because of the collapsing margins hack, see line 27, @todo revisit when we allow margins to collapse
bottom: -.9px; // utilize full vertical space to increase hoverable area
padding: 0;
width: $block-side-ui-width;
height: 100%; // increase hoverable area
//margin-top: -1px; // stack borders on nested side UI
}

// Elevate when selected or hovered
Expand Down

0 comments on commit 33ae11f

Please sign in to comment.