Fix #648: workaround for a regression in Firefox that breaks the scrollbar
Thanks [Raph](https://github.com/raphgilles) for the workaround!
This commit is contained in:
@ -255,3 +255,12 @@ body.converse-embedded {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line no-duplicate-selectors */
|
||||
#conversejs {
|
||||
converse-chat-content {
|
||||
// Workaround for a regression in Firefox 136.
|
||||
// See https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/648
|
||||
justify-content: normal !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user