add scrollbar to dropdown

This commit is contained in:
prisar
2023-07-22 15:14:14 +05:30
parent 701d68f26b
commit 7d9ae020af
3 changed files with 52 additions and 2 deletions

View File

@@ -28,7 +28,11 @@ body {
color: white;
}
::-webkit-scrollbar {
/* ::-webkit-scrollbar {
display: none;
} */
.dashboard-title::-webkit-scrollbar {
display: none;
}