Skip to content

fix: unscrollable when focus is on search , t&c content #1124

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 2 commits into from
Mar 13, 2025

Conversation

akashreddy-nr
Copy link
Contributor

@akashreddy-nr akashreddy-nr commented Mar 13, 2025

  • https://new-relic.atlassian.net/browse/NR-367012
    Clicking on search button makes docs page unscrollable, this has happened because we are using a hook called
    useScrollFreeze , which adds the style of overflow: hidden to the global parent div of the page, this hook is being
    triggered when the search box is focused instead it should get triggered when the searchdropdown is open, made the
    fixes for desirable behaviour

  • https://new-relic.atlassian.net/browse/NR-367023
    The content in footer is getting trimmed increased the width of the content which was getting trimmed and took care of
    responsiveness

Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for newrelic-gatbsy-theme-demo canceled.

Name Link
🔨 Latest commit 7507c38
🔍 Latest deploy log https://app.netlify.com/sites/newrelic-gatbsy-theme-demo/deploys/67d2c382e76e4e0008f81567

@akashreddy-nr akashreddy-nr merged commit f392758 into develop Mar 13, 2025
11 checks passed
@akashreddy-nr akashreddy-nr deleted the akash/bugs branch March 13, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants