Composer: Fix Attach Menu and Bot Menu buttons overlap (#2182)

This commit is contained in:
Alexander Zinchuk 2022-12-06 13:29:45 +01:00
parent 7d37de7c6e
commit be044c2aa1
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
.AttachMenu { .AttachMenu {
position: absolute; align-self: flex-end;
right: 0;
bottom: 0;
&--button { &--button {
&:focus { &:focus {

View File

@ -251,7 +251,7 @@
.input-scroller { .input-scroller {
margin-right: 0.5rem; margin-right: 0.5rem;
padding-right: 2.5rem; padding-right: 0.25rem;
} }
> .Spinner { > .Spinner {