overflow-x so that price bars do not overflow the chart box but i want to keep overflow-y so that overflowing tooltips are still visible.Here is demo: https://codepen.io/NEOdinok/pen/poQMBBx?editors=1100overflow-x: hidden into .chart-block__main then tooltip gets hidden as well. overflow-x: hidden; overflow-y: visible also does not work