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
Having the drawer push the wrapper over creates several problems (on mobile safari, and in preventing the use of position: sticky elsewhere on the page.
Should change so that the drawer slides over the wrapper. Make the following changes:
remove transitions on wrapper
remove overflow: hidden declaration on wrapper
when drawer opens, add overflow: hidden to html element (this prevents scrolling in background)
The text was updated successfully, but these errors were encountered:
Having the drawer push the wrapper over creates several problems (on mobile safari, and in preventing the use of
position: sticky
elsewhere on the page.Should change so that the drawer slides over the wrapper. Make the following changes:
overflow: hidden
declaration on wrapperoverflow: hidden
tohtml
element (this prevents scrolling in background)The text was updated successfully, but these errors were encountered: