From 6e00a99361fb9d903a293d786a4bc9a79610a3f6 Mon Sep 17 00:00:00 2001 From: LABOUARDY Mohamed Date: Mon, 18 Apr 2016 13:29:09 +0200 Subject: [PATCH] Show scrollbar if the autocomplete brings a lot of data --- angucomplete.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/angucomplete.css b/angucomplete.css index 1ff44cb..6793328 100644 --- a/angucomplete.css +++ b/angucomplete.css @@ -25,9 +25,8 @@ cursor: pointer; z-index: 9999; position: absolute; - /*top: 32px; - left: 0px; - */ + max-height:200px; + overflow-y: scroll; margin-top: -6px; background-color: #ffffff; }