Use overflow-auto instead of overflow-scroll
All checks were successful
Deploy website / deploy (push) Successful in 30s

This commit is contained in:
lumi 2025-08-14 21:04:53 +10:00
parent 07daf42133
commit 5316bae6fe
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -6,7 +6,7 @@ const { tag: Tag = "section", class: className, ...props } = Astro.props;
<Tag <Tag
class:list={[ class:list={[
"relative px-5 py-4 min-w-0 min-h-0 overflow-scroll", "relative px-5 py-4 min-w-0 min-h-0 overflow-auto",
"bg-white rounded-lg shadow-xs", "bg-white rounded-lg shadow-xs",
className, className,
]} ]}