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

188
Views
Cambie el ancho, el color y la altura de la barra de desplazamiento de un contenedor específico con la propiedad de desbordamiento

Quiero cambiar el ancho, el color y la altura de la barra de desplazamiento solo de mi barra lateral en el tablero. He visto en muchas páginas que la barra de desplazamiento del navegador y el contenedor específico (con propiedad de desbordamiento) difieren. cuando trato de cambiar la propiedad de la barra de desplazamiento, la barra de desplazamiento de los navegadores también cambia. Entonces, alguien, por favor, ayúdeme a cambiar la propiedad de la barra de desplazamiento del contenedor específico. Gracias.

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

 .container{ height:100px; overflow:auto; display: block; } .container::-webkit-scrollbar{ width:5px; background-color:#000; } .container::-webkit-scrollbar-thumb{ background:red; border-radius:5px; }
 <div style="height:800px"> <div class="container"> <p>A paragraph is a series of related sentences developing a central idea, called the topic. Try to think about paragraphs in terms of thematic unity: a paragraph is a sentence or a group of sentences that supports one central, unified idea. Paragraphs add one idea at a time to your broader argument.A paragraph is a series of related sentences developing a central idea, called the topic. Try to think about paragraphs in terms of thematic unity: a paragraph is a sentence or a group of sentences that supports one central, unified idea. Paragraphs add one idea at a time to your broader argument.A paragraph is a series of related sentences developing a central idea, called the topic. Try to think about paragraphs in terms of thematic unity: a paragraph is a sentence or a group of sentences that supports one central, unified idea. Paragraphs add one idea at a time to your broader argument.A paragraph is a series of related sentences developing a central idea, called the topic. Try to think about paragraphs in terms of thematic unity: a paragraph is a sentence or a group of sentences that supports one central, unified idea. Paragraphs add one idea at a time to your broader argument.</p> </div> </div>

about 4 years ago · Juan Pablo Isaza Report

0

Puede cambiar la barra de desplazamiento de cualquier contenedor como este:

 .container{ overflow: scroll; height: 100px; background-color: yellow; display: block; } .container::-webkit-scrollbar { width: 5px; height: 8px; background-color: black; } .container::-webkit-scrollbar-thumb { background: red; } .inner-container{ height: 800px; }
 <div class="container"> <div class="inner-container">inner container</div> </div>

about 4 years ago · Juan Pablo Isaza Report

0

Es bastante simple. Puedes hacer esto usando -webkit-scrollbar .

HTML

 <div class="custom-scroll"> </div>

CSS

 .custom-scroll { overflow: auto; } .custom-scroll::-webkit-scrollbar { width: 10px; } .custom-scroll::-webkit-scrollbar-track { background: red; } .custom-scroll::-webkit-scrollbar-thumb { background: grey; }
about 4 years ago · Juan Pablo Isaza Report
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!