chore: list layout scrollbar improvement (#3933)

This commit is contained in:
Anmol Singh Bhatia 2024-03-11 21:12:59 +05:30 committed by GitHub
parent e3ac075ee2
commit 9c29ad1a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -602,6 +602,9 @@ div.web-view-spinner div.bar12 {
.horizontal-scrollbar::-webkit-scrollbar-corner {
background-color: transparent;
}
.vertical-scrollbar-margin-top-md::-webkit-scrollbar-track {
margin-top: 44px;
}
/* scrollbar sm size */
.scrollbar-sm::-webkit-scrollbar {