Skip to content

Commit

Permalink
Fix canvas jumb when navigation regions (#9014)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Aug 15, 2018
1 parent 859a8d2 commit 7461f5d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions edit-post/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,16 @@
}

.edit-post-toggle-publish-panel {
display: block;
position: relative;
float: right;
top: -9999em;
position: absolute;
bottom: 0;
right: 0;
z-index: z-index(".edit-post-toggle-publish-panel");
padding: 20px 0 0 0;
width: $sidebar-width;
height: 0;
overflow: hidden;
&:focus-within {
top: 0;
height: auto;
padding: 20px 0 0 0;
}

.edit-post-toggle-publish-panel__button {
Expand Down

0 comments on commit 7461f5d

Please sign in to comment.