Skip to content

Commit a7f2964

Browse files
committed
fixed an issue with scrollbars on Android (auto-fade)
1 parent d0d7921 commit a7f2964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/css/sepiaFW-style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
::-webkit-scrollbar {
1+
.sepiaFW-notouch-device ::-webkit-scrollbar {
22
width: 4px;
33
height: 4px;
44
background: rgba(128,128,128,0.12);
55
}
6-
::-webkit-scrollbar-thumb {
7-
border-radius: 2px;
6+
.sepiaFW-notouch-device ::-webkit-scrollbar-thumb {
7+
border-radius: 0px;
88
background: rgba(128,128,128,0.24);
99
}
1010
* {

0 commit comments

Comments
 (0)