fix(app): complete fullscreen and content overflow Bug - #277
Closed
Carter907 wants to merge 11 commits into
Closed
Conversation
- added overflow hidden to address content overflow and scrolling in fullscreen mode - added esc key event listener to exit fullscreen mode Signed-off-by: Carter <speers.carter@gmail.com>
- Replace MDXEditor BlockTypeSelect with Popover-based CustomBlockTypeSelect to ensure visibility in fullscreen - Update z-index layering for dropdowns and dialog overlays Signed-off-by: Carter <speers.carter@gmail.com>
Carter907
marked this pull request as ready for review
August 8, 2026 15:27
Carter907
marked this pull request as draft
August 8, 2026 16:07
- Add Indent and Outdent action buttons to the editor toolbar - Enable Shift+Tab outdenting in TabShortcutListener for non-list text - Enhance MathLive editor with mobile virtual keyboard detection Signed-off-by: Carter <speers.carter@gmail.com>
- Add progressive multi-level list styling (disc, circle, square) - Add whitespace-pre-wrap and break-words to guide paragraphs and items - Add remark plugin to parse 4-space indents as paragraphs - Match editor and guide reader markdown rendering for WYSIWYG parity Signed-off-by: Carter <speers.carter@gmail.com>
Carter907
force-pushed
the
fix/full-screen-scroll-and-toolbar
branch
from
August 8, 2026 18:25
3a0a519 to
f62794a
Compare
Signed-off-by: Carter <speers.carter@gmail.com>
Carter907
marked this pull request as ready for review
August 8, 2026 18:46
Signed-off-by: Carter <speers.carter@gmail.com>
2 tasks
Signed-off-by: Carter <speers.carter@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@mdxeditor/gurxto create custom drop down node in the editor for the block type to avoid styling roadblocks with native implementation.closes #274
closes #273
Type of change
Verification
pnpm -r typecheckpassespnpm -r buildpasses