Skip to content

fix: make header sticky for table panel #5892

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

Merged
merged 5 commits into from
Sep 9, 2024
Merged

fix: make header sticky for table panel #5892

merged 5 commits into from
Sep 9, 2024

Conversation

SagarRajput-7
Copy link
Contributor

@SagarRajput-7 SagarRajput-7 commented Sep 8, 2024

Summary

Related Issues / PR's

Screenshots

Screen.Recording.2024-09-09.at.4.44.44.PM.mov

Affected Areas and Manually Tested Areas

Copy link

github-actions bot commented Sep 8, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Sep 8, 2024
@srikanthccv srikanthccv self-requested a review September 9, 2024 03:28
srikanthccv
srikanthccv previously approved these changes Sep 9, 2024
Copy link
Member

@srikanthccv srikanthccv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

github-actions bot commented Sep 9, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

vikrantgupta25
vikrantgupta25 previously approved these changes Sep 9, 2024
@sharpshooter90
Copy link
Contributor

@SagarRajput-7 try reducing the scroll bar width on ant table:

you can get some reference from here:

/* WebKit Browsers */
.ant-table-body::-webkit-scrollbar {
  width: 4px; 
}

/* Firefox */
.ant-table-body {
  scrollbar-width: thin; /* Or 'none' to completely hide the scrollbar */
}

/* Internet Explorer */
.ant-table-body::-ms-scrollbar { 
  width: 4px; 
}

YounixM
YounixM previously approved these changes Sep 9, 2024
@SagarRajput-7
Copy link
Contributor Author

SagarRajput-7 commented Sep 9, 2024

@SagarRajput-7 try reducing the scroll bar width on ant table:

you can get some reference from here:

/* WebKit Browsers */
.ant-table-body::-webkit-scrollbar {
  width: 4px; 
}

/* Firefox */
.ant-table-body {
  scrollbar-width: thin; /* Or 'none' to completely hide the scrollbar */
}

/* Internet Explorer */
.ant-table-body::-ms-scrollbar { 
  width: 4px; 
}

@sharpshooter90 - done -

image

@SagarRajput-7 SagarRajput-7 merged commit b8d228a into develop Sep 9, 2024
11 of 12 checks passed
@SagarRajput-7 SagarRajput-7 deleted the SIG-5260-1 branch September 9, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants