diff --git a/tabby-core/src/components/transfersMenu.component.scss b/tabby-core/src/components/transfersMenu.component.scss
index 0fc72e6a..bfa94fe9 100644
--- a/tabby-core/src/components/transfersMenu.component.scss
+++ b/tabby-core/src/components/transfersMenu.component.scss
@@ -1,5 +1,7 @@
 :host {
     min-width: 300px;
+    max-height: 80vh;
+    overflow-y: auto;
 }
 
 .transfer {