Skip to content

Commit

Permalink
fix(css): cleanup old scrolling css
Browse files Browse the repository at this point in the history
Signed-off-by: protoclown <[email protected]>
  • Loading branch information
Ornanovitch committed Aug 31, 2024
1 parent 7d0f45b commit 65c4394
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,28 +154,6 @@ body {
}
}

/* SCROLLING */

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

::-webkit-scrollbar-corner {
background-color: transparent;
}

::-webkit-scrollbar-track-piece {
background-color: transparent;
}

::-webkit-scrollbar-thumb {
background: var(--color-scrollbar);
border-radius: var(--border-radius-large);
border: 2px solid transparent;
background-clip: content-box;
}


/* SELECTION */

Expand Down

0 comments on commit 65c4394

Please sign in to comment.