Skip to content

Commit

Permalink
fix: Fix tabpanel height
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Jul 1, 2017
1 parent 92870ea commit 788fc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dev-tools-expanded.js
Expand Up @@ -37,7 +37,7 @@ const DockContainer = styled.div`
border-bottom: 1px solid ${props => props.theme.main20};
}
.tabs__tabpanel {
.tabs_tab-panel--selected {
height: 100%;
}
Expand Down Expand Up @@ -143,6 +143,7 @@ export default connect(
<Tabs
className="tabs"
selectedTabClassName="tabs--selected"
selectedTabPanelClassName="tabs_tab-panel--selected"
selectedIndex={tabIndex}
onSelect={index => tabSelected({ index })}
>
Expand Down

0 comments on commit 788fc95

Please sign in to comment.