0

horizontal scrollbar on top and bottom of div

 <div class="row">
<div class="col-2">
  <div class="col-canvas">
  <canvas id="canvas"></canvas>
  </div>
  </div>
<div class="col-4">
  <p>Hello</p>
  </div>
  </div>

style

#canvas{
   background-color:red;
}
.col-canvas{
   overflow-y: hidden;

}

https://codepen.io/ruslan-fathullow/pen/qBYmmOo

enter image description here

mobiw
  • 89
  • 7
  • *"scoll in top instead of bottom"* what does this mean ? I couldn't understand what you want to have. – ThS Sep 18 '22 at 21:48
  • 1
    Does this help? https://stackoverflow.com/questions/3934271/horizontal-scrollbar-on-top-and-bottom-of-table – Adam Sep 18 '22 at 22:09

0 Answers0