Created
December 4, 2024 03:59
-
-
Save michaelmob/94e1f51400d9dff470b91e4b0aedc040 to your computer and use it in GitHub Desktop.
Custom CSS for Grocy that eases sidebar scrolling from a touchscreen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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