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:
Liam DeBeasi
2019-10-30 14:16:39 -04:00
committed by GitHub
parent 420aa66392
commit d80f45516d
10 changed files with 135 additions and 32 deletions

View File

@ -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,