UX: Fix composer popup placement (#15660)

This commit is contained in:
Jarek Radosz 2022-01-20 14:21:13 +01:00 committed by GitHub
parent 820564826e
commit b9f650e55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@
.composer-popup { .composer-popup {
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
width: calc(50% - 8px); width: calc(50% - 16px);
top: 8px; // .reply-to margin-top + .reply-area padding-top top: 19px; // grippie (11px) + .reply-area padding (8px)
bottom: 8px; bottom: 8px;
right: 8px; right: 8px;
overflow-y: auto; overflow-y: auto;