Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix position of Autocomplete component (#263)
Browse files Browse the repository at this point in the history
* Fix position of Autocomplete component

* Increase contrast for autocomplete component

---------

Co-authored-by: Mark Moes <[email protected]>
  • Loading branch information
Mark90 and Mark Moes authored Jan 9, 2024
1 parent cca1fae commit dd99f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/custom-surf/components/inputForms/AutocompleteStyling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ export const autocompleteStyling = css`
}
section.autocomplete {
position: absolute;
z-index: 2000;
top: 100%;
width: 100%;
border-radius: ${SIZE_BORDER_RADIUS};
background-color: #787878;
background-color: #e0e0e0;
margin-bottom: 25px;
div.no-results {
Expand Down

0 comments on commit dd99f3e

Please sign in to comment.