Fix: Post Preview blocking input while invisible
This commit is contained in:
parent
41b6220160
commit
e9360d4a17
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user