added scrolling to transfers menu

This commit is contained in:
Eugene Pankov 2021-09-02 19:42:17 +02:00
parent 2185f59111
commit f681f0e50a
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -1,5 +1,7 @@
:host {
min-width: 300px;
max-height: 80vh;
overflow-y: auto;
}
.transfer {