Fixed background-color property name

This commit is contained in:
Jamie 2020-03-01 10:32:27 -04:00 committed by GitHub
parent e205fefec3
commit cc2b4d857b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@
::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-clor: transparent;
background-color: transparent;
}