After styling a horizontal scrollbar for my chartjs graph, I attempted to add arrows using material icons like
<mat-icon>keyboard_arrow_left</mat-icon>
. However, I am struggling to align them next to the left and right of the scrollbar. Can anyone suggest the easiest way to achieve this?