From 204295474e3a3c8ecb52762e3e6cba1812b2e930 Mon Sep 17 00:00:00 2001 From: inventivetalent Date: Fri, 26 Oct 2018 16:24:58 +0200 Subject: [PATCH] fix css selector --- css/litegraph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/litegraph.css b/css/litegraph.css index 3c5217086..0529d1f4e 100755 --- a/css/litegraph.css +++ b/css/litegraph.css @@ -176,7 +176,7 @@ padding-left: 10px; } -litegraph.litesearchbox .helper { +.litegraph.litesearchbox .helper { overflow: auto; max-height: 200px; margin-top: 2px;