Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: z-index: -1 needed for publish footer due to accordions
  • Loading branch information
postphotos committed Oct 14, 2018
commit 8ded070b298621e36f7ecd2ade43467b08a406f0
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
padding: 16px;
position: absolute;
bottom: 0;
z-index: -1;
}

.components-button.editor-post-publish-panel__toggle.is-primary {
Expand Down