Skip to content

Commit

Permalink
Fix fullscreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 25, 2019
1 parent 3f8a87a commit d086076
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-post/src/components/editor-regions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@
right: 0;
bottom: 0;
height: auto;
.is-fullscreen-mode & {
top: 0;
}
}

@include break-medium() {
top: $admin-bar-height;
.is-fullscreen-mode & {
top: 0;
}
}
}
@include editor-left(".edit-post-editor-regions");
Expand Down

0 comments on commit d086076

Please sign in to comment.