We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6f3a4 commit a787608Copy full SHA for a787608
admin/src/components/ReactMdEditor/index.tsx
@@ -46,7 +46,7 @@ const Wrapper = styled.div`
46
flex: 1 1 auto;
47
}
48
.w-md-editor-fullscreen {
49
- z-index: 4;
+ z-index: 11;
50
51
.w-md-editor-text {
52
margin: 0;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-wysiwyg-react-md-editor",
3
- "version": "4.5.1",
+ "version": "4.5.2",
4
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
5
"strapi": {
6
"name": "wysiwyg-react-md-editor",
0 commit comments