diff --git a/app/styles/components/tag.scss b/app/styles/components/tag.scss index bfab0391..a4b2f570 100644 --- a/app/styles/components/tag.scss +++ b/app/styles/components/tag.scss @@ -15,9 +15,9 @@ } .ui-autocomplete { - z-index: 99910; - background: white; + background: $white; border: 1px solid $gray-light; + z-index: 99910; .ui-state-focus { background: $fresh-taiga; }