Skip to content

Commit

Permalink
Inserter: Taller/better the block menu height (#978)
Browse files Browse the repository at this point in the history
Let the block menu be full size and use the height of the screen as a constraint. A max  of 50% the height of the screen.
  • Loading branch information
circlecube authored and mtias committed Jun 1, 2017
1 parent eb929e5 commit 1a02c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}

.editor-inserter__content {
max-height: 20vw;
max-height: 50vh;
overflow: auto;

&:focus {
Expand Down

0 comments on commit 1a02c84

Please sign in to comment.