mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(catalog post): it was not possible to scroll past the floating post preview
This commit is contained in:
@@ -141,7 +141,6 @@ const CatalogPost = ({ post }: { post: Comment }) => {
|
||||
open: showPortal,
|
||||
placement: placementRef.current,
|
||||
middleware: [
|
||||
shift({ padding: 10 }),
|
||||
offset({ mainAxis: 5 }),
|
||||
size({
|
||||
apply({ elements }) {
|
||||
|
||||
Reference in New Issue
Block a user