Skip to content

Commit a787608

Browse files
committed
fix: fullscreen toolbar is covered by the strapi action bar further for some other scenarios
1 parent ba6f3a4 commit a787608

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: 4;
49+
z-index: 11;
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.1",
3+
"version": "4.5.2",
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)