-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I use the css below:
/* chrome, edge, not work🙃 */
ninja-keys::part(actions-list)::-webkit-scrollbar-thumb {
background-color: #bfbfbf;
outline: none;
border-radius: 6px;
}
ninja-keys::part(actions-list)::-webkit-scrollbar {
width: 6px;
height: 6px;
}
/* firefox, work🙂 */
ninja-keys::part(actions-list) {
scrollbar-width: thin;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels