diff --git a/src/widget/index.html b/src/widget/index.html
index 2d546cf..abda9df 100755
--- a/src/widget/index.html
+++ b/src/widget/index.html
@@ -8,6 +8,8 @@
body {
width: 100vw;
height: 100vh;
+ padding-top: var(--bf-safe-area-inset-top);
+ padding-bottom: var(--bf-safe-area-inset-bottom);
}
.success-message{