Skip to content

Commit

Permalink
The breadcrumb should not be shown above overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Aug 20, 2018
1 parent 9d4793a commit 9999a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/assets/stylesheets/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $z-layers: (
".editor-block-list__block {core/image aligned left or right}": 20,
".editor-block-list__block {core/image aligned wide or fullwide}": 20,
".freeform-toolbar": 10,
".editor-block-list__breadcrumb": 1000000000, // used as a drag handler, we want it to be shown above the entire UI
".editor-block-list__breadcrumb": 100, // drag handler, to be shown below any overlay
".components-form-toggle__input": 1,
".editor-inserter__tabs": 1,
".editor-inserter__tab.is-active": 1,
Expand Down

0 comments on commit 9999a4f

Please sign in to comment.