Make ios with notches prettier

This commit is contained in:
Jon Staab
2025-01-31 17:40:14 -08:00
parent def6de321c
commit bcd94ee75e
8 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
transition:fade
on:click={onClose} />
<div
class="scroll-container absolute bottom-0 right-0 top-0 w-80 overflow-auto bg-base-200 text-base-content lg:w-96"
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"
transition:translate={{axis: "x", duration: 300}}>
<slot />
</div>