Skip to content

Commit

Permalink
Fixed #741 - csv import: show horizontal scrollbar on table start whe…
Browse files Browse the repository at this point in the history
…n associating columns
  • Loading branch information
deadlocker8 committed Apr 23, 2023
1 parent a351fea commit 75bd038
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
overflow: auto;
width: 90%;
margin: auto;
transform: rotateX(180deg); /* hack to bring the horizontal scrollbar to the top*/
}

#transaction-import-overview > table {
transform: rotateX(180deg); /* hack to bring the horizontal scrollbar to the top*/
}

.transaction-import-text-with-icon {
Expand Down

0 comments on commit 75bd038

Please sign in to comment.