Use overflow-auto instead of overflow-scroll
All checks were successful
Deploy website / deploy (push) Successful in 30s
All checks were successful
Deploy website / deploy (push) Successful in 30s
This commit is contained in:
parent
07daf42133
commit
5316bae6fe
@ -6,7 +6,7 @@ const { tag: Tag = "section", class: className, ...props } = Astro.props;
|
||||
|
||||
<Tag
|
||||
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",
|
||||
className,
|
||||
]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user