Skip to content

Instantly share code, notes, and snippets.

@simple17
Created May 13, 2020 09:33
Show Gist options
  • Select an option

  • Save simple17/26cfc619c82096124651e80079624be0 to your computer and use it in GitHub Desktop.

Select an option

Save simple17/26cfc619c82096124651e80079624be0 to your computer and use it in GitHub Desktop.

Revisions

  1. simple17 created this gist May 13, 2020.
    5 changes: 5 additions & 0 deletions scroll.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    overflow-y: scroll;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
    display: none;
    }