fix not being able to click around there are new posts button

This commit is contained in:
Freeplay 2023-02-23 20:50:58 -05:00 committed by ThatOneCalculator
parent 69089016d5
commit c48c42850c
No known key found for this signature in database
GPG key ID: 8703CACD01000000

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;
}
}