File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
apps/dashboard/app/(main)/websites/[id]/users Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ export function UsersList({ websiteId }: UsersListProps) {
434434
435435 { /* Content */ }
436436 < div className = "flex min-h-0 flex-1 flex-col overflow-hidden" >
437- < div className = "overflow-auto" ref = { setScrollContainerRef } >
437+ < div className = "h-full overflow-auto" ref = { setScrollContainerRef } >
438438 < Table >
439439 < TableHeader className = "sticky top-0 z-10 bg-muted/50 backdrop-blur-sm" >
440440 { table . getHeaderGroups ( ) . map ( ( headerGroup ) => (
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function UsersPage() {
2323 const { id : websiteId } = useParams ( ) ;
2424
2525 return (
26- < div >
26+ < div className = "h-full" >
2727 < UsersList websiteId = { websiteId as string } />
2828 </ div >
2929 ) ;
Original file line number Diff line number Diff line change 374374 "resend": "^4.2.0",
375375 "zod": "catalog:",
376376 },
377- "devDependencies": {
378- "typescript": "catalog:",
379- },
380377 },
381378 "packages/db": {
382379 "name": "@databuddy/db",
You can’t perform that action at this time.
0 commit comments