From fa5ff000602f9d80222122ae36abd041859f982a Mon Sep 17 00:00:00 2001 From: Florian Henry <florian.henry@open-concept.pro> Date: Wed, 30 Oct 2013 09:15:36 +0100 Subject: [PATCH] Put scroolbar on autocomplete ul/li and not on main windows as before --- .../jquery/css/smoothness/jquery-ui-latest.custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/includes/jquery/css/smoothness/jquery-ui-latest.custom.css b/htdocs/includes/jquery/css/smoothness/jquery-ui-latest.custom.css index 1b3742a683b..6c7542d9010 100644 --- a/htdocs/includes/jquery/css/smoothness/jquery-ui-latest.custom.css +++ b/htdocs/includes/jquery/css/smoothness/jquery-ui-latest.custom.css @@ -53,6 +53,13 @@ position: absolute; top: 0; /* #8656 */ cursor: default; + max-height: 400px; + overflow-y: auto; + /* prevent horizontal scrollbar */ + overflow-x: hidden; + /* add padding to account for vertical scrollbar */ + padding-right: 20px; + } /* workarounds */ -- GitLab