Skip to content

Commit

Permalink
Merge pull request #1188 from WordPress/fix/sticky-scrollbars
Browse files Browse the repository at this point in the history
Fix sticky scrollbar with sidebar open.
  • Loading branch information
mtias authored Jun 15, 2017
2 parents a497679 + 7658b48 commit cd720ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions editor/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@
}
}

.editor-layout.is-sidebar-opened {
overflow: hidden;

@include break-small() {
overflow: auto;
}
}

.editor-layout.is-sidebar-opened .editor-sidebar {
/* Sidebar covers screen on mobile */
width: 100%;
Expand Down

0 comments on commit cd720ec

Please sign in to comment.