Skip to content

Commit

Permalink
Added z-index to avoid inputs clashing
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed Jun 11, 2020
1 parent e6aef00 commit 7bc6c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LivewireSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function styles()

'search' => 'relative',
'searchInput' => 'p-2 rounded border w-full rounded',
'searchOptionsContainer' => 'absolute top-0 left-0 mt-12 w-full',
'searchOptionsContainer' => 'absolute top-0 left-0 mt-12 w-full z-10',
'searchOptionItem' => 'bg-white p-3 border-b hover:bg-gray-100 cursor-pointer text-gray-700 text-sm',
'searchNoResults' => 'p-8 w-full bg-white border text-center text-xs text-gray-600',
];
Expand Down

0 comments on commit 7bc6c6d

Please sign in to comment.