Skip to content

Commit 3d998e2

Browse files
committed
Take whole width on mobile
1 parent f983734 commit 3d998e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(main)/community/events/events-scrollview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ReactNode } from "react"
22

33
export function EventsScrollview({ children }: { children: ReactNode }) {
44
return (
5-
<div className="xs:nextra-scrollbar relative -mx-6 grid w-fit max-w-full grid-flow-col grid-rows-2 gap-2 overflow-auto p-6 scrollview-fade-x-16 scrollview-fade has-[>:only-child]:grid-rows-1 sm:-mx-1 sm:px-1 lg:gap-4">
5+
<div className="xs:nextra-scrollbar relative -mx-6 grid w-fit max-w-full grid-flow-col grid-rows-2 gap-2 overflow-auto p-6 scrollview-fade-x-16 scrollview-fade has-[>:only-child]:grid-rows-1 max-sm:min-w-[100vw] sm:-mx-1 sm:px-1 lg:gap-4">
66
{children}
77
</div>
88
)

0 commit comments

Comments
 (0)