We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3a01dc + ddf744a commit f0de47bCopy full SHA for f0de47b
src/global.css
@@ -1,3 +1,7 @@
1
+#root {
2
+ padding-bottom: calc(var(--tg-safe-area-inset-bottom) + var(--tg-content-safe-area-inset-bottom));
3
+}
4
+
5
html, body, #root, #root>div {
6
margin: 0;
7
min-height: 100%;
0 commit comments