allow pointer events (to eventually allow blocknum/id copying on click)

This commit is contained in:
sawka 2024-08-02 16:54:57 -07:00
parent 9f8042fb87
commit 694311c6dc

View File

@ -273,6 +273,11 @@
border-radius: calc(var(--block-border-radius) + 2px);
z-index: var(--zindex-block-mask-inner);
&.is-layoutmode {
user-select: none;
pointer-events: auto;
}
&.is-layoutmode .block-mask-inner {
margin-top: 35px; // TODO fix this magic
background-color: rgba(0, 0, 0, 0.5);