Changed the background colour to be on autolayout instead of body. (iOS uses the body colour to hide the notch etc.)
diff --git a/styles/Components/panels.module.css b/styles/Components/panels.module.css
index 35096b2..c06a5a6 100644
--- a/styles/Components/panels.module.css
+++ b/styles/Components/panels.module.css
@@ -43,8 +43,9 @@
     justify-content: center;
     align-items: center;
     gap: 20px;
-    margin-block: 20px;
+    padding-block: 20px;
     padding-inline: 20px;
+    background-color: var(--theme-ui-colors-background);
 }
 
 .title {