Hi,
This is Roy.
Sorry to bother you, I'd like to know how to remove a border from Tab
I tried to make a class and did " border: none; " in CSS but not working.
Please help to advise how to solve, Thank you!


CodeSandBox:
https://codesandbox.io/s/my-portfolio-mjewd
馃憢 Thanks for opening your first issue here! If you're reporting a 馃悶 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Your CSS selector can be not enough to override other rules, try !important. However, in this case it will be more correct to use <Tab.Pane as='div'> that will render div instead of Segment.
Sorry, we don't have time to debug your code, please use StackOveflow for usage questions.
It's fixed after add !important. Thank you.
Most helpful comment
Your CSS selector can be not enough to override other rules, try
!important. However, in this case it will be more correct to use<Tab.Pane as='div'>that will renderdivinstead ofSegment.Sorry, we don't have time to debug your code, please use StackOveflow for usage questions.