You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: