Skip to content

Commit

Permalink
Fixed CSS bug that made impossible close sidebar on mobile when metab…
Browse files Browse the repository at this point in the history
…oxes exist. (#5286)
  • Loading branch information
jorgefilipecosta authored Apr 10, 2018
1 parent 9f473f4 commit cddd627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edit-post/components/meta-boxes/meta-boxes-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
.is-sidebar-opened & {
display: block;
}

.edit-post-meta-boxes-panel__toggle .components-panel__header {
position: inherit;
}
}

.edit-post-meta-boxes-panel__body {
Expand Down

0 comments on commit cddd627

Please sign in to comment.