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 {
|
.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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user