Merge pull request #3999 from thelounge/xpaw/fix-chrome-perf
Fix layout trashing in Chrome causing typing lag
This commit is contained in:
commit
d6cace3959
@ -2026,6 +2026,14 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.window#chat-container {
|
||||||
|
/*
|
||||||
|
Chat has its own scrollbar, so remove the one on parent
|
||||||
|
This caused a performance issue in Chrome
|
||||||
|
*/
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#version-checker {
|
#version-checker {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user