mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 21:32:22 +04:00
scrollbars improvements
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin scrollbar($color: var(--#{$prefix}body-color-rgb)) {
|
@mixin scrollbar($color: var(--#{$prefix}body-color-rgb)) {
|
||||||
|
#{if(&, "&", "*")} {
|
||||||
|
scrollbar-color: rgba(var(--#{$prefix}scrollbar-color, var(--#{$prefix}body-color-rgb)), .16) transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#{if(&, "&", "*")}::-webkit-scrollbar {
|
#{if(&, "&", "*")}::-webkit-scrollbar {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user