Scroll mobile menu


<script>
$('.navigation-hamburger').click(function() { $('body').toggleClass('overflow-none');
});
</script>


Scroll Mobile horizontal add to the tray
@media (max-width: 991px){ .scroll-on-mobile{ max-width:100vw; overflow-x: scroll !important; padding-bottom: 16px; padding-right: 0px; padding-left: 16px;}
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.