forked from FoundKeyGang/FoundKey
make container of new notes button click-through
This commit is contained in:
parent
30403fbe5c
commit
4dcca239b1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue