aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-list/index.scss')
-rw-r--r--ui/app/components/transaction-list/index.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/transaction-list/index.scss b/ui/app/components/transaction-list/index.scss
index 777f701f9..ba7ffd87b 100644
--- a/ui/app/components/transaction-list/index.scss
+++ b/ui/app/components/transaction-list/index.scss
@@ -2,9 +2,7 @@
display: flex;
flex-direction: column;
flex: 1;
- overflow-y: hidden;
margin-top: 8px;
- border-top: 1px solid $geyser;
&__completed-transactions {
display: flex;
@@ -26,7 +24,6 @@
&__transactions {
flex: 1;
- overflow-y: auto;
}
&__pending-transactions {