0

fix(chat): do not allow chat scrolling to impact page scrolling. Closes #3109

This commit is contained in:
Gabe Kangas 2023-06-27 16:11:07 -07:00
parent 1d6877d3ef
commit 1f755cb0ba
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -36,6 +36,7 @@
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
margin-bottom: 5px; margin-bottom: 5px;
overscroll-behavior: contain;
} }
.virtuoso::-webkit-scrollbar { .virtuoso::-webkit-scrollbar {