Safe area

This commit is contained in:
Max Lynch
2020-12-22 13:02:06 -06:00
parent 9a37a9f7db
commit fc7b7649d3
5 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
:root {
--safe-area-top: env(safe-area-inset-top, 0);
--safe-area-top: env(safe-area-inset-top);
--safe-area-bottom: env(safe-area-inset-bottom, 0);
}
body {