fix(css): cleanup old scrolling css

Signed-off-by: protoclown <ornano@felinn.org>
This commit is contained in:
protoclown 2024-08-31 14:50:42 +02:00 committed by Ferdinand Thiessen
parent d1f82e7fc7
commit df7db817b8

View file

@ -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 */