javascript - How can I apply scrollbars to each individual part of a Canvas split into parts? -


i have website set 1 javascript file calls 3 others , sets them parts of canvas. there way set scroll bars scroll through each part individually? have been looking @ html can't figure out how apply 1 part because main function sets parts, , because type of game , needs draw things , update them, can't separate code.

set heights containers , apply css

.container {     overflow-y: scroll;     height: 300px; } 

Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -