diff --git a/public/css/custom.css b/public/css/custom.css index eba9b71e..885c2533 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -68,10 +68,11 @@ border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ - top: 50%; + top: 64%; left: 0; right: 0; } + .autocomplete-items div { padding: 10px; cursor: pointer; diff --git a/resources/custom.css b/resources/custom.css index eba9b71e..885c2533 100644 --- a/resources/custom.css +++ b/resources/custom.css @@ -68,10 +68,11 @@ border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ - top: 50%; + top: 64%; left: 0; right: 0; } + .autocomplete-items div { padding: 10px; cursor: pointer; diff --git a/resources/views/admin/schedule/modal/add.blade.php b/resources/views/admin/schedule/modal/add.blade.php index c19642e9..211aa4b4 100644 --- a/resources/views/admin/schedule/modal/add.blade.php +++ b/resources/views/admin/schedule/modal/add.blade.php @@ -112,16 +112,12 @@