Replies: 1 comment 2 replies
-
|
Hi, you can leverage the custom.css to customize the scrollbar: For example /* Custom scrollbar width override */
.hextra-scrollbar::-webkit-scrollbar,
.hextra-scrollbar *::-webkit-scrollbar {
width: 16px !important; /* Adjust this value as needed */
height: 16px !important; /* For horizontal scrollbars */
}
/* For Firefox */
.hextra-scrollbar,
.hextra-scrollbar * {
scrollbar-width: auto; /* Options: auto, thin, or none */
}(created by claude) Please adjust it accordingly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to increase the width size of hextra-scrollbar. How can I achieve this ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions