Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 89361b6

Browse files
committed
fixed mouse scroller pos
1 parent baedb8f commit 89361b6

File tree

1 file changed

+1
-1
lines changed
  • src/pages/LandingPage/components/HeaderView

1 file changed

+1
-1
lines changed

src/pages/LandingPage/components/HeaderView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const HeaderView: React.FC = () => {
5757
src={'img/astronaut-light.svg'}
5858
alt={'Astronaut'}
5959
/>
60-
{windowHeight > 800 && windowHeight < 1200 && <MouseScroller />}
60+
{windowHeight > 850 && windowHeight < 1200 && <MouseScroller />}
6161
</div>
6262
);
6363
};

0 commit comments

Comments
 (0)