-
Notifications
You must be signed in to change notification settings - Fork 3
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
SHS-5955: When first adding Footer Social Media Links there is strange scrolling when adding another link #1709
Conversation
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.
@codechefmarc Works great, thanks!
@ahughes3 Ready for you to review.
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.
LGTM!
composer.json
Outdated
@@ -229,6 +229,9 @@ | |||
"extra": { | |||
"enable-patching": true, | |||
"patches": { | |||
"drupal/block_class": { | |||
"Click JavaScript to close details causes modals to scroll unnecessarily https://www.drupal.org/project/block_class/issues/3497768": "https://git.drupalcode.org/project/block_class/-/merge_requests/60.patch" |
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.
We have been avoiding git url patches because if the branch changes, it can cause problems. Download the patch into the repo and reference it via relative path.
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.
Changed to patch in repo.
READY FOR REVIEW
Summary
block_class
module to fix the issue when clicking on our "Add another item" button in the social media block would scroll the modal to the bottom.block_class
to version 4Need Review By (Date)
2025-01-08
Urgency
low
Steps to Test
/admin/structure/block
PR Checklist