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(menu-button): hide the menu button when the split pane is visible or auto hide is true #18564

Closed
wants to merge 7 commits into from
4 changes: 4 additions & 0 deletions core/src/components/split-pane/split-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ ion-split-pane {
.split-pane-visible > .split-pane-side[side=end] {
order: 1;
}

.split-pane-visible ion-menu-button {
display: none;
}