From f3b42dda55e2444e8fd9d40d50d54febab07f8a2 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 31 May 2015 20:51:23 +0100 Subject: [PATCH] [tabs] remove useless css property --- src/tabs/tabs.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tabs/tabs.jsx b/src/tabs/tabs.jsx index a6ee59e3bf08c0..03e060c73b1bec 100644 --- a/src/tabs/tabs.jsx +++ b/src/tabs/tabs.jsx @@ -65,9 +65,6 @@ var Tabs = React.createClass({ var themeVariables = this.context.muiTheme.component.tabs; return { - root: { - position: 'relative' - }, tabItemContainer: { margin: '0', padding: '0', @@ -108,7 +105,7 @@ var Tabs = React.createClass({ }, this); return ( -
+
{tabs}