Skip to content
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

Fix sidebar overlap #15264

Merged
merged 4 commits into from
Jun 27, 2024
Merged

Fix sidebar overlap #15264

merged 4 commits into from
Jun 27, 2024

Conversation

brianjhanson
Copy link
Contributor

@brianjhanson brianjhanson commented Jun 27, 2024

Check if the toggle is visible (which indicates that we're in a mobile-ish view) before adjusting the position of the sidebar container.

We could use a media query, but this felt less error-prone for now.

Fixes #15253

brianjhanson and others added 4 commits June 27, 2024 13:51
Checks if the toggle is visible (which indicates that we're in a mobile-ish view) before adjusting the position of the sidebar container.

We could use a media query or something here, but this felt a little less error prone for now.

Fixes #15252
[ci skip]
@brandonkelly brandonkelly merged commit cc51a2e into 5.x Jun 27, 2024
@brandonkelly brandonkelly deleted the bugfix/cms-15253-sidebar-overlap branch June 27, 2024 22:48
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.

[5.x]: Sidebar overlap with entry index in some screen widths
2 participants