• About Us
  • Privacy Policy
  • Disclaimer
  • Contact Us
AimactGrow
  • Home
  • Technology
  • AI
  • SEO
  • Coding
  • Gaming
  • Cybersecurity
  • Digital marketing
No Result
View All Result
  • Home
  • Technology
  • AI
  • SEO
  • Coding
  • Gaming
  • Cybersecurity
  • Digital marketing
No Result
View All Result
AimactGrow
No Result
View All Result

Stop a web page from scrolling whereas a dialog is open

Admin by Admin
December 2, 2025
Home Coding
Share on FacebookShare on Twitter


Bramus:

Chrome 144 encompasses a small change to overscroll-behavior: it now additionally works on non-scrollable scroll containers. Whereas this modification may appear trivial, it fixes a difficulty builders have been coping with for ages: forestall a web page from scrolling whereas a (modal) 

 is open.

YES! Means again in 2019, I labored on “Stop Web page Scrolling When a Modal is Open” with Brad Wu about this precise factor. Apparently this was mere months earlier than we obtained our fingers on the true HTML

component. In any case, you may see the difficulty with energetic scrolling when a “dialog” is open:

The issue is that the dialog itself isn’t a scroll container. If it was, we may slap overscroll-behavior: comprise on it and be achieved with it. Brad demoed his answer that concerned a JavaScript-y strategy that units the to mounted positioning when the dialog is in an open state:

That’s the tweak Bramus is speaking about. In Chrome 144, that’s not the case. Going again to that first demo, we are able to do a few issues to keep away from all of the JS mumbo-jumbo.

First, we declare overscroll-behavior on each the dialog component and the backdrop and set it to comprise:

physique {
  overscroll-behavior: comprise;
}

#dialog {
  overscroll-behavior: comprise;
}

You’d suppose that may do it, however there’s a brilliant key last step. That dialog must be a scroll container, which we are able to do explicitly:

#dialog {
  overscroll-behavior: comprise;
  overflow: hidden;
}

Chrome 144 wanted, after all:

The demo that Bramus offered is far, significantly better because it offers with the precise HTML

component and its ::backdrop:


Direct Hyperlink →

Tags: DialogOpenPagePreventscrolling
Admin

Admin

Next Post
Google Fixes Android Zero-Day Flaws Actively Exploited within the Wild

Google Fixes Android Zero-Day Flaws Actively Exploited within the Wild

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended.

CSS Carousels | CSS-Tips

Scroll-Pushed Animations Inside a CSS Carousel

May 16, 2025
Anubis Ransomware’s Puzzling New Tactic

Anubis Ransomware’s Puzzling New Tactic

June 21, 2025

Trending.

AI-Assisted Menace Actor Compromises 600+ FortiGate Gadgets in 55 Nations

AI-Assisted Menace Actor Compromises 600+ FortiGate Gadgets in 55 Nations

February 23, 2026
Introducing Sophos Endpoint for Legacy Platforms – Sophos Information

Introducing Sophos Endpoint for Legacy Platforms – Sophos Information

August 28, 2025
How Voice-Enabled NSFW AI Video Turbines Are Altering Roleplay Endlessly

How Voice-Enabled NSFW AI Video Turbines Are Altering Roleplay Endlessly

June 10, 2025
10 tricks to begin getting ready! • Yoast

10 tricks to begin getting ready! • Yoast

July 21, 2025
Rogue Planet’ in Growth for Launch on iOS, Android, Change, and Steam in 2025 – TouchArcade

Rogue Planet’ in Growth for Launch on iOS, Android, Change, and Steam in 2025 – TouchArcade

June 19, 2025

AimactGrow

Welcome to AimactGrow, your ultimate source for all things technology! Our mission is to provide insightful, up-to-date content on the latest advancements in technology, coding, gaming, digital marketing, SEO, cybersecurity, and artificial intelligence (AI).

Categories

  • AI
  • Coding
  • Cybersecurity
  • Digital marketing
  • Gaming
  • SEO
  • Technology

Recent News

ServiceNow AI Platform Vulnerability Permits Distant Code Execution

ServiceNow AI Platform Vulnerability Permits Distant Code Execution

February 26, 2026
Why W3C-Aligned Web sites Are Extra AI-Pleasant

Why W3C-Aligned Web sites Are Extra AI-Pleasant

February 26, 2026
  • About Us
  • Privacy Policy
  • Disclaimer
  • Contact Us

© 2025 https://blog.aimactgrow.com/ - All Rights Reserved

No Result
View All Result
  • Home
  • Technology
  • AI
  • SEO
  • Coding
  • Gaming
  • Cybersecurity
  • Digital marketing

© 2025 https://blog.aimactgrow.com/ - All Rights Reserved