This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autocomplete): disable scroll events for autocomplete wrap layer
At the moment we set the z-index of the `autocomplete-wrap` to `51`, that's why it is usable while an open scrollmask So we only need to disable the scroll events to prevent scrolling when hovering over the `autocomplete-wrap` Fixes #6585. Fixes #5230. Fixes #5890. Closes #6589.
- Loading branch information