Skip to content

Commit

Permalink
Update Scroll_Test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anutennyson authored Feb 3, 2020
1 parent 941819f commit c0e87fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scroll_Test.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@

@media (max-width: 1024px) {
.frame::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(0, 0, 0, 0.24);
}
}
@media (max-width: 1024px) {
.frame::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(0, 0, 0, 0.24);
}
}
.frame::-webkit-scrollbar:vertical {
background-color: rgba(0, 0, 0, 0.24);
width: 12px;
}
.frame::-webkit-scrollbar:horizontal {
Expand Down

0 comments on commit c0e87fa

Please sign in to comment.