Change scrollbar style

This commit is contained in:
MD. Ariful Alam
2021-10-20 15:45:33 +06:00
parent f5c197e2c5
commit 2ded9a0625

View File

@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
scrollbar-width: thin;
}
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
@@ -31,10 +39,6 @@ code {
monospace; monospace;
} }
@tailwind base;
@tailwind components;
@tailwind utilities;
.text-base-content-important { .text-base-content-important {
color: hsla(var(--bc) / var(--tw-text-opacity)) !important; color: hsla(var(--bc) / var(--tw-text-opacity)) !important;
} }