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
The <main class="mdl-layout__content"> was moved from default.html into page.html and post.html in a update. This breaks the prevention of scrolling when the drawer is open (see screenshot). Solution would be to move <main class="mdl-layout__content"> back to default.html. Why was it moved in the first place?
The text was updated successfully, but these errors were encountered:
The
<main class="mdl-layout__content">
was moved from default.html into page.html and post.html in a update. This breaks the prevention of scrolling when the drawer is open (see screenshot). Solution would be to move<main class="mdl-layout__content">
back to default.html. Why was it moved in the first place?The text was updated successfully, but these errors were encountered: