Add scrollbar style

This commit is contained in:
2024-03-12 21:50:47 +00:00
parent 8743849fee
commit 1cb93655db
2 changed files with 26 additions and 2 deletions

View File

@@ -26,3 +26,15 @@
visibility: hidden !important; visibility: hidden !important;
} }
body::-webkit-scrollbar {
width: 14px;
}
body::-webkit-scrollbar-track {
background: white;
}
body::-webkit-scrollbar-thumb {
background-color: black;
border: 1px solid white;
}

View File

@@ -984,6 +984,19 @@ video {
visibility: hidden !important; visibility: hidden !important;
} }
body::-webkit-scrollbar {
width: 14px;
}
body::-webkit-scrollbar-track {
background: white;
}
body::-webkit-scrollbar-thumb {
background-color: black;
border: 1px solid white;
}
.placeholder\:text-gray-400::-moz-placeholder { .placeholder\:text-gray-400::-moz-placeholder {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity)); color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -1095,4 +1108,3 @@ video {
color: rgb(75 85 99 / var(--tw-text-opacity)); color: rgb(75 85 99 / var(--tw-text-opacity));
} }
} }