use dvh only if supported

This commit is contained in:
vcoppe
2024-09-12 17:10:28 +02:00
parent 9a0d54c684
commit 7adf660b76
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ const config = {
screens: {
"xs": "540px",
}
},
supports: {
dvh: 'height: 100dvh',
}
},
};