From e2729e357bce32170e875eaaa8c70420b752786b Mon Sep 17 00:00:00 2001 From: Erik Perrone Date: Fri, 16 Mar 2018 10:21:11 +0000 Subject: [PATCH] overflow-y added for the element containing the radio-buttons for the annotations. git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@165172 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/css/custom.css b/src/main/webapp/css/custom.css index 036d56a..aa38910 100644 --- a/src/main/webapp/css/custom.css +++ b/src/main/webapp/css/custom.css @@ -284,6 +284,10 @@ select { overflow-y: auto; } +#result-params-div { + overflow-y: auto; +} + /* input[type="checkbox"]:not(:checked){ position: unset !important;