StackedRouter: minor changes
This commit is contained in:
parent
487de9237b
commit
fbbac36b4a
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
.StackedPage {
|
.StackedPage {
|
||||||
|
contain: layout style;
|
||||||
container: StackedPage / size;
|
container: StackedPage / size;
|
||||||
display: contents;
|
display: contents;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
max-width: 100dvw;
|
max-width: 100dvw;
|
||||||
|
|
||||||
contain: layout;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog.StackedPage {
|
dialog.StackedPage {
|
||||||
|
|
Loading…
Reference in a new issue