Fix: Post Preview blocking input while invisible

This commit is contained in:
Donatas Kirda 2024-05-14 09:20:56 +03:00
parent 41b6220160
commit e9360d4a17
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -83,11 +83,15 @@
padding: 32px;
border-radius: 16px;
pointer-events: all;
pointer-events: none;
box-shadow: 0px 0px 16px var(--accent-dim);
outline: 2px solid var(--accent-dim);
}
.postPreview[data-visible] > .preview {
pointer-events: all;
}
</style>
<div class="postList">