feat(ui): use custom scrollbars

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-10-07 09:10:54 +05:30
parent ae8cee8ccf
commit 9b2da2dbf1
No known key found for this signature in database
GPG Key ID: F0EA64BC1B44A7F3

View File

@ -81,6 +81,19 @@ textarea {
font-weight: bold;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
@apply bg-amber;
}
.alert {
width: 100%;
text-align: center;