Remove custom scrollbar styling from CSS

fixed upstream
This commit is contained in:
lovasoa
2025-09-09 18:05:00 +02:00
parent 474815244f
commit 2018478d7a
-11
View File
@@ -22,17 +22,6 @@ td > p {
margin-bottom: 0 !important;
}
/* https://github.com/tabler/tabler/issues/1648 */
* {
scrollbar-color: var(--tblr-primary) var(--tblr-bg-surface-dark) !important;
}
::-webkit-scrollbar {
width: 4px !important;
}
::-webkit-scrollbar-thumb {
background: var(--tblr-primary) !important;
}
.text-secondary a {
color: inherit;
text-decoration: underline;