-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
I am wondering if it's possible to use the css modal without having to set the overflow property on the html element. The reason is because I don't control the webpage and I need to make sure the css that I add does not disrupt the existing components on the site.
Can you clarify if you know for certain that setting the html overflow property on the html element could not break other elements on the page? If not is it possible to change this to another container element?
html {
overflow-y: scroll;
Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels