scroll in top overflow

Issue

This Content is from Stack Overflow. Question asked by mobiw

How i can do scoll in top instead of bottom 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



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?