In bootstrap 4 docs, there're overflow-hidden and overflow-auto classes for elements, but in reactstrap if I try this:
<Col xs={3} className="overflow-hidden">
<Sidebar/>
</Col>
That col does not get overflow: hidden. How to use overflow-{} classes in reactstrap?
UPD: It seems that that class doesn't exist:
