Skip to content

fix: mobile navbar sidebar hidden behind secondary panel#46

Merged
marcus merged 2 commits intomainfrom
shrike/fix-mobile-navbar-sidebar
Mar 1, 2026
Merged

fix: mobile navbar sidebar hidden behind secondary panel#46
marcus merged 2 commits intomainfrom
shrike/fix-mobile-navbar-sidebar

Conversation

@marcus
Copy link
Owner

@marcus marcus commented Mar 1, 2026

Same fix applied to sidecar's website.

Bug: .navbar-sidebar__items--show-secondary applies transform: translateX(-83vw) which pushes all sidebar content off-screen when custom CSS sets flex-direction: column on .navbar-sidebar__items.

Fix: Override with transform: none !important to keep the sidebar visible on mobile.

The .navbar-sidebar__items--show-secondary class applies
transform: translateX(-83vw) which hides sidebar content when
custom CSS sets flex-direction: column on .navbar-sidebar__items.

Adding transform: none !important overrides this.
@marcus marcus merged commit 68bbf11 into main Mar 1, 2026
2 checks passed
@marcus marcus deleted the shrike/fix-mobile-navbar-sidebar branch March 1, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant