]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix video channels quick filter overflow
authorChocobozzz <me@florianbigard.com>
Mon, 5 Jun 2023 08:18:23 +0000 (10:18 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 5 Jun 2023 08:19:23 +0000 (10:19 +0200)
client/src/app/shared/shared-forms/advanced-input-filter.component.scss

index ed85385fdef7a4e6ae04ec0035e608fb460473c6..4efbeb85da9cbbd8e229b436cdf08c80be0de9e8 100644 (file)
@@ -30,3 +30,9 @@ my-global-icon {
     height: 0;
   }
 }
+
+div[role=menu] {
+  max-height: 50vh;
+  min-height: 200px;
+  overflow: auto;
+}