Skip to content

Commit

Permalink
fix(Tab): extra is covered by other elements
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed Jan 28, 2019
1 parent 0d3bd2c commit c3d913f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tab/tabs/nav.jsx
Expand Up @@ -10,8 +10,8 @@ import { events } from '../../util';
import { triggerEvents, getOffsetLT, getOffsetWH, isTransformSupported } from './utils';

const noop = () => { };
const floatRight = { float: 'right' };
const floatLeft = { float: 'left' };
const floatRight = { float: 'right', zIndex: 1 };
const floatLeft = { float: 'left', zIndex: 1 };
const { Popup } = Overlay;

class Nav extends React.Component {
Expand Down

0 comments on commit c3d913f

Please sign in to comment.