Fix layout trashing in Chrome
https://bugs.chromium.org/p/chromium/issues/detail?id=1063575#c21
This commit is contained in:
parent
aaaf498ada
commit
3e26611e9f
@ -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