Skip to content

Commit

Permalink
Revert "Add workaround for Chrome on macOS to prevent jumpiness when …
Browse files Browse the repository at this point in the history
…scrolling"

This reverts commit 01041c1.
  • Loading branch information
tomivirkki committed Oct 23, 2018
1 parent 8b25181 commit 2ce5a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mixins/overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
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 2ce5a6d

Please sign in to comment.