Investigate the messages scroll performance drop
Finesse opened this issue · 2 comments
Finesse commented
Finesse commented
The drop got even more severe when I moved the browser window from a regular to a retina monitor
Finesse commented
I've found a few ways to increase the performance in Safari:
- Remove the
overflow: hidden;
style from.bubble__content
(high impact, almost as performant as it was before the commit) - Add
border-radius: 0 !important;
to.bubble .bubble__background, .bubble .bubble__content
(medium impact)