<div style="overflow: scroll;">
<?php echo $this->element('menu/left_sidebar'); ?>
</div>
// overflow: scroll;
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-thumb {
border-left: 0;
border-right: 0;
background-color: #16b5ec;
}
scroll-snap-type: x mandatory;