1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-09 12:52:24 +04:00

scrollbars improvements

This commit is contained in:
codecalm
2022-11-22 01:27:44 +01:00
parent 86c943ee7f
commit 7a6a5c723f
+4
View File
@@ -14,6 +14,10 @@
}
@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 {
width: 1rem;
height: 1rem;