Is it possible to position the rangeslider from bottom to top?

1.Is it possible to position the range slider from bottom to top?
2.Can I add a CSS position to the range-container class name?

 xaxis: {
      type: "date",
      rangeslider: {
        range: [listDate[0], listDate[listDate.length - 1]],
        visible: true,
        borderwidth: 1,
        thickness: 0.03,
      },
      range: [listDate[0], listDate[listDate.length - 1]],
      spikemode: "across",
      zerolinecolor: "red",
    },