1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

remove custom scrollbar css

This commit is contained in:
Jenil G 2022-08-30 23:45:54 -04:00
parent d8be45aa67
commit 9710324a5a
3 changed files with 1 additions and 31 deletions

13
dist/chota.css vendored
View File

@ -33,19 +33,6 @@ html {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
* {
scrollbar-width: thin;
scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: var(--bg-primary);
}
*::-webkit-scrollbar-thumb {
background: var(--color-lightGrey);
}
body {
background-color: var(--bg-color);
line-height: 1.6;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -30,23 +30,6 @@ html {
box-sizing: inherit;
}
* {
scrollbar-width: thin;
scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: var(--bg-primary);
}
*::-webkit-scrollbar-thumb {
background: var(--color-lightGrey);
}
body {
background-color: var(--bg-color);
line-height: 1.6;