Skip to content

Commit

Permalink
fix(autocomplete): clear icon z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 27, 2023
1 parent b45a520 commit 6cf2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default plugin.withOptions(
},
},
[`.${prefix}autocomplete-clear`]: {
[`@apply text-${config.clear.text} hover:text-${config.clear.textHover} dark:hover:text-${config.clear.textHoverDark} absolute end-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.clear.duration} cursor-pointer`]:
[`@apply text-${config.clear.text} hover:text-${config.clear.textHover} dark:hover:text-${config.clear.textHoverDark} absolute end-0 top-0 z-auto flex items-center justify-center transition-colors duration-${config.clear.duration} cursor-pointer`]:
{},
[`.${prefix}autocomplete-clear-inner`]: {
[`@apply w-${config.clear.inner.size} h-${config.clear.inner.size}`]:
Expand Down

0 comments on commit 6cf2367

Please sign in to comment.