Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

313
Views
Desplazamiento horizontal hacia la vista solamente

Necesito obtener el último paso aquí intoView, pero no perder el título (porque scrollIntoView también se desplaza verticalmente)

cómo lograr que se desplace a la vista solo horizontalmente, no verticalmente

 const App = () => { React.useEffect(() => { const activeStep = document.querySelector(".ant-steps-item- current"); if (activeStep) { activeStep.scrollIntoView({ behavior: "smooth", inline: "center" }); } }, []); return ( <div style={{ minHeight: "200vh" }}> <div style={{ height: "150px", fontSize: "5rem"}}>Title</div> <Steps> {steps.map((s, step) => { const status = s === "step9" ? "current" : ""; return ( <Steps.Step status={status} key={step} title={s} description={s} /> ); })} </Steps> </div>

); };

puedes ver unsandbox de código

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!