Skip to content

Commit 6eaa521

Browse files
committed
fix: add margin-bottom in mobile slope pate
1 parent 61bc45f commit 6eaa521

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/features/slope/ui/slope-map.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const SlopeMap = forwardRef<HTMLDivElement, SlopeMapProps>(
5353
/>
5454
</div>
5555
))}
56-
5756
{children}
5857
</animated.div>
5958
);

src/views/slope-status/ui/slope-status-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SlopeStatusPage = ({ resortId }: { resortId: number }) => {
1818
?.map as keyof typeof RESORT_DOMAIN;
1919

2020
return (
21-
<main className={cn('w-full')}>
21+
<main className={cn('mb-3 w-full')}>
2222
<SlopeStatusHeader />
2323
<section className={cn('relative mx-[20px] overflow-hidden')} ref={containerRef}>
2424
<SlopeMap

0 commit comments

Comments
 (0)