Skip to content

Commit f48674d

Browse files
committed
Update: Unforcing 100% height in app mode
1 parent ccbb9b8 commit f48674d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api-console.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
@apply --arc-font-body1;
4242
}
4343

44+
:host([app]) {
45+
min-height: 100%;
46+
}
47+
4448
*[hidden] {
4549
display: none !important;
4650
}

0 commit comments

Comments
 (0)