Handle sai in modals on small screens

This commit is contained in:
Jon Staab
2026-02-09 09:04:39 -08:00
parent 38d9cc4892
commit bf60dd24aa
+1 -1
View File
@@ -27,7 +27,7 @@
"relative text-base-content text-base-content flex-grow pointer-events-auto",
"rounded-t-box sm:rounded-box",
{
"bg-alt shadow-m max-h-[90vh] flex flex-col max-w-full": !fullscreen,
"bg-alt shadow-m max-h-[90vh] flex flex-col max-w-full pb-sai sm:pb-0": !fullscreen,
},
),
)