Fix network layout displaying the scrollbar incorrectly

This was introduced by https://github.com/thelounge/lounge/pull/856/files#diff-97db1f70168fb5f12457b238ff6052b5R773 (and L794-798): a right position got introduced for all channel containers, but default position for other types of containers was absent before this script.
This commit is contained in:
Jérémie Astori 2017-04-26 23:30:51 +02:00
parent 5eb5b99115
commit 927c40739e

View file

@ -762,6 +762,7 @@ kbd {
#chat .chat {
bottom: 0;
left: 0;
right: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;