Question
Css for controlling line charts slider height and width
Tried this but didn't work.
ptcs-chart-line>.ptcs-chart-layout>.ptcs-chart-zoom-slider>.slider-container>.zoom-slider>.ptcs-slider>.grid::track{
height: 15px;
top: calc(50% - 7px);
}
Can somebody tell me how to target a particular element and add css styling?

