Skip to content

Commit

Permalink
fix: fullscreen toolbar is covered by the strapi action bar further f…
Browse files Browse the repository at this point in the history
…or some other scenarios
  • Loading branch information
kwinyyyc committed Mar 10, 2024
1 parent ba6f3a4 commit a787608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/src/components/ReactMdEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Wrapper = styled.div`
flex: 1 1 auto;
}
.w-md-editor-fullscreen {
z-index: 4;
z-index: 11;
}
.w-md-editor-text {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "4.5.1",
"version": "4.5.2",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"strapi": {
"name": "wysiwyg-react-md-editor",
Expand Down

0 comments on commit a787608

Please sign in to comment.