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