Skip to content

Instantly share code, notes, and snippets.

@willwright82
Created April 4, 2022 14:25
Show Gist options
  • Select an option

  • Save willwright82/edb6e17fa95dcd8db59d88dabd02bdec to your computer and use it in GitHub Desktop.

Select an option

Save willwright82/edb6e17fa95dcd8db59d88dabd02bdec to your computer and use it in GitHub Desktop.

Revisions

  1. willwright82 created this gist Apr 4, 2022.
    9 changes: 9 additions & 0 deletions mac-overflow-scroll.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    }
    ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }