-
Notifications
You must be signed in to change notification settings - Fork 17
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
CrossPlatform Scrolling updated #70
Conversation
✅ Deploy Preview for concerto-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @Atul-khadse |
Okay got it! So the vertical scroll was disabled and now you've enabled it. Can you please confirm if that's the only change in this PR. Can also please complete dco sign off for your commits. Steps for fixing it are in the deatils for DCO fail check in the PR build checks |
Signed-off-by: Atul_khadse <[email protected]>
Signed-off-by: Atul_khadse <[email protected]>
hello @sanketshevkar |
You might want to link the issue you created here in the description, next to Closes# |
Everything else LGTM! |
Thank you @mttrbrts and @sanketshevkar for merging the PR! I'm glad I could contribute. Looking forward to collaborating on more tasks in the future. 😊 |
Closes #
Changes
Flags
.CrossPlatform .column.last {
max-height: 800px;
overflow-y: auto;
}
Screenshots or Video
after update
Related Issues