1
0

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:
James Ketrenos 2022-02-21 15:22:33 -08:00
parent 33ae30225f
commit 1fcad2f21f

View File

@ -154,7 +154,7 @@
.Stack { .Stack {
position: relative; position: relative;
display: inline-block; display: flex;
} }
.Stack:not(:first-child) { .Stack:not(:first-child) {
@ -249,6 +249,7 @@
overflow: auto; overflow: auto;
scroll-behavior: smooth; scroll-behavior: smooth;
align-items: flex-start; align-items: flex-start;
overflow-x: hidden;
} }
.ChatInput { .ChatInput {