Skip to content

Commit

Permalink
🐛 Mobile account transaction list: Fix sticky date section headers (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
trevdor authored Sep 15, 2023
1 parent 81bbbf4 commit f0762aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ export class TransactionList extends Component {
label=""
loadMore={onLoadMore}
selectionMode="none"
style={{ flex: '1 auto', height: '100%', overflowY: 'auto' }}
>
{sections.length === 0 ? (
<Section>
Expand Down Expand Up @@ -1162,7 +1161,6 @@ function ListBox(props) {
padding: 0,
listStyle: 'none',
margin: 0,
overflowY: 'auto',
width: '100%',
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1698.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [trevdor]
---

Mobile account transaction list: Restore sticky date section headers

0 comments on commit f0762aa

Please sign in to comment.