-
Notifications
You must be signed in to change notification settings - Fork 0
v1.4.3 #7
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
Conversation
Feat/update dependencies
WalkthroughThis pull request updates the project to version 1.4.3, introducing several changes including dependency downgrades, configuration updates, and style adjustments. Notably, it removes the Changes
|
| }, | ||
| stickyHeaderContainer: { | ||
| overflow: 'scroll', | ||
| width: '100%', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the overflow property to width: '100%' in the stickyHeaderContainer style may affect the layout and scrolling behavior. Ensure this change does not introduce any layout issues, especially on different screen sizes.
No description provided.