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

Commit dd99f3e

Browse files
authored
Fix position of Autocomplete component (#263)
* Fix position of Autocomplete component * Increase contrast for autocomplete component --------- Co-authored-by: Mark Moes <[email protected]>
1 parent cca1fae commit dd99f3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/custom-surf/components/inputForms/AutocompleteStyling.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ export const autocompleteStyling = css`
88
}
99
1010
section.autocomplete {
11-
position: absolute;
1211
z-index: 2000;
1312
top: 100%;
1413
width: 100%;
1514
border-radius: ${SIZE_BORDER_RADIUS};
16-
background-color: #787878;
15+
background-color: #e0e0e0;
1716
margin-bottom: 25px;
1817
1918
div.no-results {

0 commit comments

Comments
 (0)