Merge pull request #1093 from thelounge/astorije/fix-network-layout

Fix network layout displaying the scrollbar incorrectly
This commit is contained in:
Pavel Djundik 2017-04-28 19:19:57 +03:00 committed by GitHub
commit 131b1a6409

View file

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