Skip to content

Commit

Permalink
Editor: Fix editor top position on the small breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 31, 2017
1 parent 9b148e1 commit b3df37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ body.gutenberg-editor-page {
min-height: calc( 100vh - #{ $admin-bar-height-big } );
padding-top: $header-height + $stacked-toolbar-height;

// The parent relative container changes
@include break-small {
top: 0;
padding-top: $header-height;
}

// The WP header height changes at this breakpoint
Expand Down

0 comments on commit b3df37b

Please sign in to comment.