Skip to content

Commit d4dfbd9

Browse files
committed
MAGE-744 Fix loading indicator position
1 parent 01f7b9d commit d4dfbd9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

view/frontend/web/internals/autocomplete.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,13 @@ html {
503503
background: #fff;
504504
display: none;
505505
}
506+
507+
#algoliaAutocomplete .aa-LoadingIndicator {
508+
position: absolute;
509+
top: 20%;
510+
right: 10px;
511+
}
512+
506513
.aa-Panel li.aa-Item{
507514
list-style-type: none;
508515
}

0 commit comments

Comments
 (0)