Need help to remove the bar under card component when i make the orientation horizontal?

im making dashboard page and i wanted to create a clean look to showcase navigation for the app, i need something like the picture i attached

div[data-testid="horizontal-collection-container"]  {
overflow-x: hidden !important;
}

2 Likes

thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.