mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
feat(split-pane): convert to shadow component, add width, max-width, and min-width vars (#19754)
resolves #17088 Co-authored-by: troyanskiy <roman.rosluk@utopix.ch>
This commit is contained in:
@ -76,6 +76,10 @@ body.backdrop-no-scroll {
|
||||
z-index: $z-index-page-container;
|
||||
}
|
||||
|
||||
.split-pane-visible > .ion-page.split-pane-main {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ion-route,
|
||||
ion-route-redirect,
|
||||
ion-router,
|
||||
|
Reference in New Issue
Block a user