Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTableColumns changes width when you scroll down the page. #417

Open
adam-arnett523 opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@adam-arnett523
Copy link

When DataTableColumns is open on a page, when we scroll down on the page the width of DataTableColumns changes when we go down the page. I've included some code where it happens. It's in a lot of boxes and grids. <Box gap="xsmall" margin={{ right: 'small' }} {...rest}>



{!hideSearch && }
{dateControl && }


{dataTableColumnsOptions && (

)}

{actions}

{!hideSummary && (

)}
{showMaxNotification && (

<Notification
status="info"
message={t('api_filter_controls.notification')}
/>

)}
c
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant