document future stretch property

This commit is contained in:
Daniel Micay 2020-12-23 17:43:55 -05:00
parent 9e33ba059b
commit 26a91a0543

View File

@ -2,14 +2,14 @@
/* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */
html {
height: -webkit-fill-available;
height: -webkit-fill-available; /* replace with stretch when standardized */
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
min-height: -webkit-fill-available;
min-height: -webkit-fill-available; /* replace with stretch when standardized */
font-family: Roboto, sans-serif;
background-color: #fafafa; /* grey50 */
color: rgba(0, 0, 0, 0.87); /* 87% black */