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