-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Richtext field full screen mode, similar to markdown fieldtype #972
Feat: Richtext field full screen mode, similar to markdown fieldtype #972
Conversation
@saravanan-inc is attempting to deploy a commit to the Rowy Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @saravanan-inc, are you able to run |
@shamsmosowi yeah yarn build is working in wsl2 using Ubuntu and also in windows 11 |
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
@notsidney I checked your styles and the z-index of the modal is 1200 but we need 1203 to hide the sidebar and also as for the colour since it transparent background is visible |
Thanks for pointing this out @saravanan-inc. The styles were correct, but they weren’t being applied because a more specific CSS selector from the 3rd-party component’s default styles was overriding our styles. The side drawer’s z-index is |
#752
Based on this issue, added a plugin based on the @tinymce/tinymce-react react library
For more details on the plugin refer https://www.tiny.cloud/docs/plugins/opensource/fullscreen/
Added the fullscreen plugin in plugin array and toolbar