Skip to content

Commit 4881641

Browse files
committed
fix(popover): restore scrolling on popover by disabling touch highlight on it
fixes #4355
1 parent 783a92f commit 4881641

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core/components/touch-highlight/touch-highlight-ios.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.toolbar-pane,
33
.navbar .left,
44
.navbar .right,
5-
.popover-inner,
65
.actions-group:not(.actions-grid .actions-group),
76
.searchbar-input-wrap,
87
.searchbar-disable-button,

src/core/modules/touch/touch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export default {
496496
'.ripple-inset, .icon-only, .searchbar-disable-button, .input-clear-button, .notification-close-button, .md .navbar .link.back',
497497
touchHighlight: true,
498498
touchHighlightElements:
499-
'.toolbar-pane, .navbar .left, .navbar .right, .popover-inner, .actions-group:not(.actions-grid .actions-group), .searchbar-input-wrap, .searchbar-disable-button, .subnavbar, .searchbar-input-wrap .autocomplete-dropdown, .messagebar-area, .notification, .toast, .fab > a',
499+
'.toolbar-pane, .navbar .left, .navbar .right, .actions-group:not(.actions-grid .actions-group), .searchbar-input-wrap, .searchbar-disable-button, .subnavbar, .searchbar-input-wrap .autocomplete-dropdown, .messagebar-area, .notification, .toast, .fab > a',
500500
},
501501
},
502502
create() {

0 commit comments

Comments
 (0)