Skip to content

Commit

Permalink
Add workaround for Chrome on macOS to prevent jumpiness when scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Oct 15, 2018
1 parent 9b1d2d2 commit 01041c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mixins/overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
left: var(--lumo-space-m);
/* Workaround for Edge issue (only on Surface), where an overflowing vaadin-list-box inside vaadin-dropdown-menu-overlay makes the overlay transparent */
outline: 0px solid transparent;
/* Workaround for Chrome on macOS, prevent jumpiness when scrolling */
will-change: transform;
}

[part="overlay"] {
Expand Down

0 comments on commit 01041c1

Please sign in to comment.