Skip to content

Commit

Permalink
chore: commented css scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 14, 2024
1 parent c3da01a commit f5165d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/css/core.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $table-background: #fff !default;
opacity: .2;
}

/* TODO try to specify style the same as above
::-webkit-scrollbar {
height: 10px;
width: 10px;
Expand All @@ -60,7 +61,7 @@ $table-background: #fff !default;
::-webkit-scrollbar-thumb:hover {
background: $primary
}
}*/

// Anchor
a {
Expand Down

0 comments on commit f5165d1

Please sign in to comment.