Merge pull request 'fix #9450' (#9667) from Freeplay/calckey:a into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9667
This commit is contained in:
Kainoa Kanter 2023-02-24 04:00:52 +00:00
commit a608af352f

View file

@ -315,12 +315,14 @@ onMounted(() => {
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: all;
}
}