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:
commit
a608af352f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue