style(sort): position popup aligned to header right edge
This commit is contained in:
parent
326427a242
commit
20249ee68c
|
|
@ -360,6 +360,12 @@ onBeforeUnmount(() => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
|
||||
:deep(.popup) {
|
||||
inset-block-start: 3rem;
|
||||
inset-inline-end: 0;
|
||||
max-inline-size: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.tasks {
|
||||
|
|
|
|||
Loading…
Reference in New Issue