make container of new notes button click-through

This commit is contained in:
Johann150 2023-05-27 22:59:03 +02:00
parent 30403fbe5c
commit 4dcca239b1
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -159,12 +159,14 @@ definePageMetadata(computed(() => ({
top: calc(var(--stickyTop, 0px) + 16px);
z-index: 1000;
width: 100%;
pointer-events: none;
> button {
display: block;
margin: var(--margin) auto 0 auto;
padding: 8px 16px;
border-radius: 32px;
pointer-events: initial;
}
}