Skip to content

Commit 4a0a33d

Browse files
committed
media query for non-touch devices
1 parent 4519d0e commit 4a0a33d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

client/styles/base/_base.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ body {
77
font-size: #{$base-font-size}px;
88
}
99

10-
/*Scrollbar theming */
11-
/* width */
12-
@media (min-width: 550px) {
10+
11+
/* Styles for non-touch devices */
12+
@media (hover: hover) and (pointer: fine) {
13+
/*Scrollbar theming */
14+
/* width */
1315
::-webkit-scrollbar {
1416
width: 10px;
1517
}

0 commit comments

Comments
 (0)