Fix video channels quick filter overflow

pull/5840/head
Chocobozzz 2023-06-05 10:18:23 +02:00
parent ed14d1ebd7
commit ae51278920
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -30,3 +30,9 @@ my-global-icon {
height: 0;
}
}
div[role=menu] {
max-height: 50vh;
min-height: 200px;
overflow: auto;
}