Skip to content

Commit ba6f3a4

Browse files
authored
Merge pull request #29 from kwinyyyc/release/v4.5.1
fix: fullscreen toolbar is covered by the strapi action bar
2 parents bb69c08 + 00b5388 commit ba6f3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/src/components/ReactMdEditor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Wrapper = styled.div`
4646
flex: 1 1 auto;
4747
}
4848
.w-md-editor-fullscreen {
49-
z-index: 3;
49+
z-index: 4;
5050
}
5151
.w-md-editor-text {
5252
margin: 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-wysiwyg-react-md-editor",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
55
"strapi": {
66
"name": "wysiwyg-react-md-editor",

0 commit comments

Comments
 (0)