tabs icon indicating copy to clipboard operation
tabs copied to clipboard

hide Dropdown in mode swipeable

Open njavilas2015 opened this issue 3 years ago • 1 comments

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

njavilas2015 avatar May 31 '21 18:05 njavilas2015

+1

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

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

clinzy25 avatar Mar 09 '22 18:03 clinzy25