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,
|
open: showPortal,
|
||||||
placement: placementRef.current,
|
placement: placementRef.current,
|
||||||
middleware: [
|
middleware: [
|
||||||
shift({ padding: 10 }),
|
|
||||||
offset({ mainAxis: 5 }),
|
offset({ mainAxis: 5 }),
|
||||||
size({
|
size({
|
||||||
apply({ elements }) {
|
apply({ elements }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user