From 485b54b514c0cc941dc4bbee081d2581dd2e1be2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 23 Oct 2019 20:18:56 +0200 Subject: [PATCH] Don't show the overflow if we ain't above max-height --- src/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.less b/src/css/style.less index f3f0787c..7a949e7c 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -685,7 +685,7 @@ input[type='radio'].nice-radio { } .dropdown-menu { max-height: 200px; - overflow-y: scroll; + overflow-y: auto; } .label-removable { display:inline-block;