From 0046df4b51d7c72953a09efa23988cacd0e80b3f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 13 Nov 2014 10:19:09 +0000 Subject: This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar. --- syweb/webclient/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syweb') diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index 648388cdb9..070e410647 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -489,7 +489,7 @@ textarea, input { #usersTableWrapper { float: right; clear: right; - width: 100px; + width: 101px; height: 100%; overflow-y: auto; } -- cgit 1.4.1