UX: Fix composer popup placement (#15660)
This commit is contained in:
parent
820564826e
commit
b9f650e55e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue