Skip to content

Commit

Permalink
fix: make transaction import account selection dropdown fully visible (
Browse files Browse the repository at this point in the history
…#1849)

This resolves #1743.
  • Loading branch information
morremeyer authored Jan 25, 2025
1 parent f82dd96 commit dcd89a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransactionImport/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Form = ({ accounts, setResult }: Props) => {
) : (
<>
<Error error={error} />
<div className="card md:mt-4">
<div className="card overflow-visible md:mt-4">
<p
className="mb-4 whitespace-pre-line dark:text-gray-400"
dangerouslySetInnerHTML={{
Expand Down

0 comments on commit dcd89a8

Please sign in to comment.