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

184
Views
ScrollTo and ScrollLeft not working on Safari

I am trying to make the scrollTo working on my carousel on Safari. I tried with ScrollLeft as well. it works fine on chrome but not Safari. Any idea why ?

        <div class="row-carousel carousel-1">
          {% for item in list %}

          <div class="col-lg-4 col-sm-6 block">
                <img>
                <h3>example </h3>
          </div>
          {% endfor %}
        </div>
´´´


and the js :

´´´
const divs = document.getElementsByClassName("carousel-1")[0]
 ....
  buttonRight.addEventListener("click", function() {
    divs.scrollTo({
      top: 0, 
      left: 500 
    });
}
´´´
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!