Skip to content

Commit

Permalink
[fix] [admin menu] [z-index] Fixed top banner covering WordPress drop…
Browse files Browse the repository at this point in the history
…down in plugin checkout
  • Loading branch information
DanieleAlessandra committed Aug 14, 2024
1 parent 8285a8a commit e8b2339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/admin/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ div.fs-notice
background: rgb(235, 253, 235);
padding: 10px 20px;
color: green;
z-index: 9999;
z-index: 9989; // 1 less than WordPress' #adminmenuwrap
box-shadow: 0 2px 2px rgba(6, 113, 6, 0.3);
opacity: 0.95;

Expand Down

0 comments on commit e8b2339

Please sign in to comment.