mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 07:26:50 +00:00
高度微调
This commit is contained in:
@@ -77,7 +77,7 @@ const InertiaCarousel = ({ posts }) => {
|
||||
return (
|
||||
<div
|
||||
ref={carouselRef}
|
||||
className={`flex w-screen overflow-x-auto space-x-6 md:h-[85vh] ${
|
||||
className={`flex w-screen overflow-x-auto space-x-6 ${
|
||||
isDragging ? 'cursor-grabbing' : 'cursor-grab'
|
||||
}`}
|
||||
onMouseDown={startDrag}
|
||||
|
||||
Reference in New Issue
Block a user