Skip to content

Commit c190753

Browse files
committed
New: Consistent device view height
1 parent 030acee commit c190753

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
html, body {
2+
height: 100dvh;
3+
height: -webkit-fill-available;
4+
height: -moz-available;
5+
}

packages/core/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@import '../responsive-media-elements.css';
77

88
/* consistent */
9+
@import '../consistent-device-view-height.css';
910
@import '../consistent-abbreviation-styles.css';
1011
@import '../consistent-bold-styles.css';
1112
@import '../consistent-code-styles.css';

0 commit comments

Comments
 (0)