-
Notifications
You must be signed in to change notification settings - Fork 512
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
Solving the scroll issue in Shifting #7491
Conversation
Someone is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
isOver && "cursor-move" | ||
)} | ||
style={{ minHeight: `${containerHeight + 100}px` }} | ||
style={{ overflowY: "scroll" }} |
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.
use tailwindcss classes instead
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.
use tailwindcss classes instead
Okk I'll do that.
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
👋 Hi, @dwip708, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@dwip708 what is the status on this PR |
As I said the main scroll issue is fixed but there is a pagination issue, and as a result only 14 records at max is shown under each card in shifting. I am working on that and will solve it by this weekend. |
@dwip708 closing this PR and unassigning you from this issue due to inactivity, feel free to reopen the same if you are still working on it |
Proposed Changes
Added scroll for each div in shifting.
OverflowX made auto instead of none to allow navigating left and right for the different shifting options.
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist