Skip to content

How to custom action-list scroll bar style #40

@CNFeffery

Description

@CNFeffery

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions