fix close button pos in compose box

This commit is contained in:
Freeplay 2023-05-29 18:29:42 -04:00
parent b8498c09c9
commit 380f81dfba

View file

@ -1030,6 +1030,8 @@ onMounted(() => {
}
> header {
display: flex;
flex-wrap: wrap;
z-index: 1000;
height: 66px;