Skip to content

Commit 2018478

Browse files
committed
Remove custom scrollbar styling from CSS
fixed upstream
1 parent 4748152 commit 2018478

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

sqlpage/sqlpage.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ td > p {
2222
margin-bottom: 0 !important;
2323
}
2424

25-
/* https://github.com/tabler/tabler/issues/1648 */
26-
* {
27-
scrollbar-color: var(--tblr-primary) var(--tblr-bg-surface-dark) !important;
28-
}
29-
::-webkit-scrollbar {
30-
width: 4px !important;
31-
}
32-
::-webkit-scrollbar-thumb {
33-
background: var(--tblr-primary) !important;
34-
}
35-
3625
.text-secondary a {
3726
color: inherit;
3827
text-decoration: underline;

0 commit comments

Comments
 (0)