Skip to content
Snippets Groups Projects
Unverified Commit fbd1097a authored by Trevor Farlow's avatar Trevor Farlow Committed by GitHub
Browse files

:bug: Mobile account transaction list: Fix sticky date section headers (#1698)

parent 0cc34798
No related branches found
No related tags found
No related merge requests found
...@@ -1069,7 +1069,6 @@ export class TransactionList extends Component { ...@@ -1069,7 +1069,6 @@ export class TransactionList extends Component {
label="" label=""
loadMore={onLoadMore} loadMore={onLoadMore}
selectionMode="none" selectionMode="none"
style={{ flex: '1 auto', height: '100%', overflowY: 'auto' }}
> >
{sections.length === 0 ? ( {sections.length === 0 ? (
<Section> <Section>
...@@ -1162,7 +1161,6 @@ function ListBox(props) { ...@@ -1162,7 +1161,6 @@ function ListBox(props) {
padding: 0, padding: 0,
listStyle: 'none', listStyle: 'none',
margin: 0, margin: 0,
overflowY: 'auto',
width: '100%', width: '100%',
}} }}
> >
......
---
category: Bugfix
authors: [trevdor]
---
Mobile account transaction list: Restore sticky date section headers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment