Skip to content

Instantly share code, notes, and snippets.

@michaelmob
Created December 4, 2024 03:59
Show Gist options
  • Save michaelmob/94e1f51400d9dff470b91e4b0aedc040 to your computer and use it in GitHub Desktop.
Save michaelmob/94e1f51400d9dff470b91e4b0aedc040 to your computer and use it in GitHub Desktop.
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