Merge pull request #2648 from TracksApp/autocomplete_fix

Fix autocomplete accessibility content overflow
This commit is contained in:
Jyri-Petteri Paloposki 2021-08-25 19:40:12 +03:00 committed by GitHub
commit bb2bcd7245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* Apparently the requires need to be in the "root" stylesheet file, not
* the imported manifest.
*
*= require jquery-ui
*= require jquery-ui/menu
*= require jquery-ui/autocomplete
*= require jquery-ui/datepicker

View file

@ -2,6 +2,7 @@
* Apparently the requires need to be in the "root" stylesheet file, not
* the imported manifest.
*
*= require jquery-ui
*= require jquery-ui/menu
*= require jquery-ui/autocomplete
*= require jquery-ui/datepicker