Remove safe area inset stuff to re-apply later

This commit is contained in:
Jon Staab
2025-05-08 09:07:24 -07:00
parent d57f4747a6
commit 6e5e1a0846
10 changed files with 75 additions and 36 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
onclick={onClose}>
</button>
<div
class="scroll-container saiy sair absolute bottom-0 right-0 top-0 w-80 overflow-auto bg-base-200 text-base-content lg:w-96"
class="scroll-container absolute bottom-0 right-0 top-0 w-80 overflow-auto bg-base-200 text-base-content lg:w-96"
transition:translate={{axis: "x", duration: 300}}>
{@render children?.()}
</div>