Restore right side menu - #335
Merged
Merged
Conversation
… header Since #225 the header controls are rendered but invisible. That PR moved them out of `position: absolute` into a static flex row, keeping a `z-index: 10000` that has no effect on statically positioned elements (and which c2c85cb then removed as dead). The KityMinder container is still `position: absolute; top: 0`, so as a positioned box it paints over the in-flow header, and its `.top-tab` strip is opaque (#e1e1e1 / #fff), hiding the header completely and swallowing its clicks. Give #menu-header a 40px band and offset .minder-editor-container by the same amount so the two no longer share a box. This keeps #224 fixed - the controls no longer overlap the editor toolbar - while making them reachable again. Assisted-by: Claude Code:claude-opus-5[1m] Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… screen The header borrows .btn-group-vertical/.export-caption from the editor stylesheet, which sets `border: none !important`, `border-radius: 0 !important` and `padding: 0`, so Save and Export lost their border and fill and only showed a faint hover tint. That sheet also sizes `.export-caption .caption` at 12px, which matches Export's <span> but not Save's bare label, leaving the two at different sizes. Pin all three controls to 14px and restore border, radius, padding and height, scoped to #menu-header so the editor's own toolbar is untouched. Anchor the dropdown with `right: 0` since the export group is the last flex item and the menu ran past the viewport edge. Give #menu-header its own stacking context so the open menu is not painted over by the absolutely positioned editor container. Assisted-by: Claude Code:claude-opus-5[1m] Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
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.
Resolves #217
🤖 AI (if applicable)