Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions core/src/components/split-pane/split-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@

:host(.split-pane-visible) ::slotted(.split-pane-main) {
flex: 1;

/**
* Content can overflow outside of a router outlet
* or a nav container to allow for the translucent
* tab bar effect to work. However, this can cause
* iOS page transitions to flow outside of the container
* and overlap the menu on larger viewports. As a result,
* we disable the overflow when that is the case.
*/
overflow: hidden;
}

:host(.split-pane-visible) ::slotted(.split-pane-side:not(ion-menu)),
Expand Down