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
This commit is contained in:
Erik Perrone 2018-03-16 10:21:11 +00:00
parent 3c689932ed
commit e2729e357b
1 changed files with 4 additions and 0 deletions

View File

@ -284,6 +284,10 @@ select {
overflow-y: auto;
}
#result-params-div {
overflow-y: auto;
}
/*
input[type="checkbox"]:not(:checked){
position: unset !important;