Canvas Scrollbar not working
问题 I created canvas inside the div tag and add background image to the canvas. Here is the code: <div id="container" style="width: 740px; height: 420px"> <canvas id="canvas_draw"></canvas> </div> #container { position: relative; } #canvas_draw { border: 1px dashed #CCCCCC; margin: 5px; border-style: dotted; border-width: 1px; background-color: #FFFFFF; overflow:scroll !important; background-image:url('Images/sample.jpg'); background-repeat: no-repeat; background-size: 900px 600px; vertical-align