Skip to content

Commit

Permalink
Gutenberg: Fix issue with "Select From Drive" button being on top of …
Browse files Browse the repository at this point in the history
…context menu.

See #9.
  • Loading branch information
r-a-y committed Dec 13, 2018
1 parent 75a54e8 commit 7f89527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/block.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
padding-bottom: 1.5em;
position: relative;
text-align: center;
z-index: 99999;
z-index: 99989;
}
2 changes: 1 addition & 1 deletion includes/mexp-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function hooks() {
wp_enqueue_style(
'mexp-gdrive-gutenberg',
MEXP_GDrive::$URL . '/assets/block.css',
'20181120'
'20181212'
);

// i18n. Developer tools haven't stabilized yet...
Expand Down

1 comment on commit 7f89527

@r-a-y
Copy link
Member Author

@r-a-y r-a-y commented on 7f89527 Dec 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Meant to reference issue #21 instead of 9.

Please sign in to comment.