1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Make scrollbar track transparent (#2260)

This commit is contained in:
AEonAX
2025-04-15 23:30:47 +05:30
committed by GitHub
parent 0d501e9017
commit 94bea005a4
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Make scrollbar track transparent

View File

@@ -15,7 +15,7 @@
@mixin scrollbar($color: var(--#{$prefix}body-color-rgb)) { @mixin scrollbar($color: var(--#{$prefix}body-color-rgb)) {
#{if(&, "&", "*")} { #{if(&, "&", "*")} {
scrollbar-color: color-transparent(var(--#{$prefix}scrollbar-color, var(--#{$prefix}body-color)), .20); scrollbar-color: color-transparent(var(--#{$prefix}scrollbar-color, var(--#{$prefix}body-color)), .20) transparent;
} }
#{if(&, "&", "*")}::-webkit-scrollbar { #{if(&, "&", "*")}::-webkit-scrollbar {