Skip to content

Instantly share code, notes, and snippets.

@michaelmob
Created December 4, 2024 03:59
Custom CSS for Grocy that eases sidebar scrolling from a touchscreen.
<style>
.navbar-sidenav {
overflow-y: auto;
scrollbar-width: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment