We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa51925 commit 426ee77Copy full SHA for 426ee77
1 file changed
packages/date-picker/src/vaadin-infinite-scroller.js
@@ -20,6 +20,8 @@ template.innerHTML = `
20
position: relative;
21
height: 100%;
22
overflow: auto;
23
+ /* Prevent browser scroll anchoring from overriding the virtual scroll position. */
24
+ overflow-anchor: none;
25
outline: none;
26
overflow-x: hidden;
27
scrollbar-width: none;
0 commit comments