summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-13 10:19:09 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-13 10:19:09 +0000
commit0046df4b51d7c72953a09efa23988cacd0e80b3f (patch)
tree5efc47a9327f344db6583ed6727eb57e1835223b
parentsuggest ~/.synapse (diff)
downloadsynapse-0046df4b51d7c72953a09efa23988cacd0e80b3f.tar.xz
This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar.
-rwxr-xr-xsyweb/webclient/app.css2
1 files changed, 1 insertions, 1 deletions
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;
 }