Skip to content

Commit bb24fcb

Browse files
authored
Merge pull request #4 from joeyshi12/main
Move search suggestion dropdown in front of search result cards
2 parents b754ec9 + 340b9c9 commit bb24fcb

File tree

1 file changed

+1
-5
lines changed
  • services/query-engine/resources/css

1 file changed

+1
-5
lines changed

services/query-engine/resources/css/app.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,8 @@ footer a {
254254
#search-suggestions {
255255
background-color: var(--text);
256256
color: var(--bg);
257+
z-index: 1000;
257258
@apply border border-gray-400 w-140 h-auto;
258-
259-
}
260-
261-
#search-suggestions-list {
262-
263259
}
264260

265261
.search-suggestion {

0 commit comments

Comments
 (0)