From: Chocobozzz Date: Mon, 5 Jun 2023 08:18:23 +0000 (+0200) Subject: Fix video channels quick filter overflow X-Git-Tag: v5.2.0~37 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ae51278920aab47f1a04d66cb6fc06293fbb03c6;p=github%2FChocobozzz%2FPeerTube.git Fix video channels quick filter overflow --- diff --git a/client/src/app/shared/shared-forms/advanced-input-filter.component.scss b/client/src/app/shared/shared-forms/advanced-input-filter.component.scss index ed85385fd..4efbeb85d 100644 --- a/client/src/app/shared/shared-forms/advanced-input-filter.component.scss +++ b/client/src/app/shared/shared-forms/advanced-input-filter.component.scss @@ -30,3 +30,9 @@ my-global-icon { height: 0; } } + +div[role=menu] { + max-height: 50vh; + min-height: 200px; + overflow: auto; +}