Search code examples
reactjsreact-bootstrap

react bootstrap width does not fit on mobile screen


enter image description here

What should I do to get rid of the white space at the right of the slider?


Solution

  • OK. Nevermind. The solution was:

    html: {
        over-flow: "hidden"
    }