fix(admin): enable horizontal user table scrolling

moonrailgun/admin-next
moonrailgun 1 month ago
parent c7bea51b3c
commit b6b9ac68eb

@ -25,6 +25,11 @@ export const UserList: React.FC = React.memo(() => {
label: 'Search',
}),
]}
tableProps={{
scroll: {
x: 2200,
},
}}
fields={userFields}
action={{
create: true,

Loading…
Cancel
Save