react-component / tabs

React Tabs
https://tabs.react-component.now.sh/
MIT License
564 stars 232 forks source link

hide Dropdown in mode swipeable #390

Open njavilas2015 opened 3 years ago

njavilas2015 commented 3 years ago

Screen Shot 2021-05-32 at 15 27 42 Good morning I would like to know how to eliminate the empty Dropdown the tabs are in swipeable mode screen94

clinzy25 commented 2 years ago

+1

Edit: I think this should be a setting, but here is a fix:

.rc-tabs-nav-operations {
      display: none;
}