No horizontal scroll in chat
Fix stack when lots of cards Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
33ae30225f
commit
1fcad2f21f
@ -154,7 +154,7 @@
|
||||
|
||||
.Stack {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.Stack:not(:first-child) {
|
||||
@ -249,6 +249,7 @@
|
||||
overflow: auto;
|
||||
scroll-behavior: smooth;
|
||||
align-items: flex-start;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.ChatInput {
|
||||
|
Loading…
x
Reference in New Issue
Block a user