Skip to content

Commit

Permalink
Fix bleaking styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed May 10, 2019
1 parent 6d1fdbc commit a3e5854
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/block-library/src/gallery/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ ul.wp-block-gallery {
.block-library-gallery-item__move-menu,
.block-library-gallery-item__inline-menu {
padding: 2px;
position: absolute;
top: -2px;
right: -2px;
display: inline-flex;
z-index: z-index(".block-library-gallery-item__inline-menu");

Expand All @@ -94,7 +91,15 @@ ul.wp-block-gallery {
}
}

.block-library-gallery-item__inline-menu {
position: absolute;
top: -2px;
right: -2px;
}

.block-library-gallery-item__move-menu {
position: absolute;
top: -2px;
left: -2px;
}

Expand Down

0 comments on commit a3e5854

Please sign in to comment.