Tweak to the CSS for the nicklist

This removes the funny empty space at the bottom of the nick list when it is scrollable.
This commit is contained in:
Simon Cooksey 2017-09-25 15:00:04 +01:00 committed by GitHub
parent 5f47b1b74c
commit 6c604a21d0

View file

@ -271,7 +271,7 @@ input[type=text], input[type=password], #sendMessage {
overflow-x: hidden;
right: 0;
top: 0;
padding-top: 39px;
margin-top: 39px;
padding-left: 5px;
padding-bottom: 35px;
z-index: 2;