fix(catalog post): it was not possible to scroll past the floating post preview

This commit is contained in:
Tom (plebeius.eth)
2024-07-12 16:58:37 +02:00
parent a6a551a25f
commit 9960e400e8
@@ -141,7 +141,6 @@ const CatalogPost = ({ post }: { post: Comment }) => {
open: showPortal,
placement: placementRef.current,
middleware: [
shift({ padding: 10 }),
offset({ mainAxis: 5 }),
size({
apply({ elements }) {