Skip to content

Commit

Permalink
chore(web): prevent scrolljacking and only load active TabPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
numtel committed Sep 11, 2024
1 parent 01b04c9 commit 5cd51ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/pages/ProjectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const ProjectPage: React.FC = () => {
callback={handleJoyrideCallback}
continuous
run={runTutorial}
scrollToFirstStep
showProgress
showSkipButton
steps={singleProjectPageSteps}
Expand Down Expand Up @@ -259,7 +258,7 @@ const ProjectPage: React.FC = () => {
flexGrow={1}
justifyContent={"flex-start"}
>
<Tabs alignSelf={"stretch"}>
<Tabs isLazy alignSelf={"stretch"}>
<TabList alignSelf={"stretch"} justifyContent={"space-evenly"}>
<Tab className="circuitsView" fontSize={12}>
Live Stats
Expand Down

0 comments on commit 5cd51ae

Please sign in to comment.