diff --git a/packages/desktop-client/src/components/transactions/MobileTransaction.js b/packages/desktop-client/src/components/transactions/MobileTransaction.js
index e5d7b45b352f09d7f8867b00a4c6672f4faa3767..c5247eb9b3af27be6fee18375645333d4fbc076d 100644
--- a/packages/desktop-client/src/components/transactions/MobileTransaction.js
+++ b/packages/desktop-client/src/components/transactions/MobileTransaction.js
@@ -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>
@@ -1162,7 +1161,6 @@ function ListBox(props) {
           padding: 0,
           listStyle: 'none',
           margin: 0,
-          overflowY: 'auto',
           width: '100%',
         }}
       >
diff --git a/upcoming-release-notes/1698.md b/upcoming-release-notes/1698.md
new file mode 100644
index 0000000000000000000000000000000000000000..6dd94533ef1474a3db2b747d946a9dad6e7d6e3c
--- /dev/null
+++ b/upcoming-release-notes/1698.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [trevdor]
+---
+
+Mobile account transaction list: Restore sticky date section headers