Utilities
Add the no-scroll class to the body to temparily disable body scrolling, this is used for things
like dialogs and side menus that temporarily take over the page.
<button onclick="document.body.classList.toggle('no-scroll')">Toggle Body Scrolling</button>