fix(chat): do not allow chat scrolling to impact page scrolling. Closes #3109
This commit is contained in:
parent
1d6877d3ef
commit
1f755cb0ba
@ -36,6 +36,7 @@
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
margin-bottom: 5px;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user