Skip to content

Commit 977f65c

Browse files
authored
Merge branch '10.2.x' into fix-issue-9139-102x
2 parents e924895 + 4d0e4de commit 977f65c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
%igx-drop-down__list-scroll {
240240
overflow-y: auto;
241241
overflow-x: hidden;
242+
-webkit-overflow-scrolling: touch;
242243
position: relative;
243244

244245
igx-input-group {

projects/igniteui-angular/src/lib/core/styles/components/scrollbar/scrollbar-theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,12 @@
7171
background: --var($theme, 'thumb-background');
7272
}
7373
}
74+
75+
@media (hover: none) {
76+
%scrollbar-display ::-webkit-scrollbar {
77+
width: auto;
78+
height: auto;
79+
}
80+
}
7481
}
7582

0 commit comments

Comments
 (0)