Skip to content

Commit

Permalink
removing scrollbar on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Feb 10, 2024
1 parent b4790cb commit f279b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
font-family: "Fira Code", monospace;
}

::-webkit-scrollbar {
display: none;
}

::selection {
background: white;
color: #222222;
Expand Down

0 comments on commit f279b1a

Please sign in to comment.