Index: lams_central/web/css/orgGroup.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/orgGroup.css,v diff -u -r1.3.2.2 -r1.3.2.3 --- lams_central/web/css/orgGroup.css 3 Nov 2016 16:04:03 -0000 1.3.2.2 +++ lams_central/web/css/orgGroup.css 7 Nov 2016 09:46:00 -0000 1.3.2.3 @@ -27,7 +27,9 @@ margin-top: 7px; border-bottom: thin dotted #2E6E9E; } - +table#groupsTable { + height: calc(100% - 80px); +} table#groupsTable td { vertical-align: top; padding: 5px; @@ -84,6 +86,7 @@ td#unassignedUserCell .userContainer { height: 100%; + overflow-x: auto; } .groupContainer input {