Relative Content

Tag Archive for cssreactjsantd

Antd TreeSelect Overwrite CSS

I am using the treeSelect component of the Antd library and I wanna change the way it looks. In particular, I wanna remove the border that it has around it and add only the border-bottom property.
Using inspect, I have to override the

How to avoid overlapping when using Ant Design’ Sider?

I am trying to use the Sider component from Ant Design for my frontend to create a menu with sub-options. I enabled the collapsible property on it so I can expand that menu. The problem is that if I have multiple options expanded in that menu, some sub-options go behind that button (instead of the slider that should appear to scroll the page).

My code looks like this:

Antd – Table component – Horizontal scroll bar position

I ‘m using Ant Design’s Table component to display a considerable number of rows per page. The problem I’m facing is that the horizontal scroll is way at the bottom of the page. Is there a way to position the horizontal scroll bar on the top of the Table, instead of default behavior which is at the bottom.