Skip to content

Commit

Permalink
Fixed scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaHaverty committed Aug 6, 2024
1 parent a8fb4d9 commit 4efd105
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fission/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
@tailwind components;
@tailwind utilities;

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: "transparent";
}

::-webkit-scrollbar-thumb {
background: #444444;
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

:root {
/* font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; */
font-family: "Artifakt";
Expand Down

0 comments on commit 4efd105

Please sign in to comment.