Skip to content

Commit

Permalink
fix: dropdown alignment on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Sep 17, 2024
1 parent 3ac19b3 commit 8b61ec6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const styles = tv({
inputActionsContainer:
'[&[data-show=false]]:hidden absolute flex items-center h-full right-0 top-0 transform',
dropdownContent: [
'ml-[-10px] tablet:ml-0',
'mt-[-10px] rounded-t-none shadow-none border border-t-0 border-border',
'[&[data-active=true]]:border-t-0',
],
Expand Down

0 comments on commit 8b61ec6

Please sign in to comment.