0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 21:49:07 +02:00

This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar.

This commit is contained in:
David Baker 2014-11-13 10:19:09 +00:00
parent c2609b239f
commit 0046df4b51

View file

@ -489,7 +489,7 @@ textarea, input {
#usersTableWrapper {
float: right;
clear: right;
width: 100px;
width: 101px;
height: 100%;
overflow-y: auto;
}