replace margins with padding in the chat container (#3165)
Virtuoso can't calculate the size of elements that have margins. This causes strange behaviour with scrolling in chat. Co-authored-by: janWilejan <>
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
flex-grow: 1;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
margin-bottom: 5px;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user