tabs design + handled corner cases

This commit is contained in:
Jan Prochazka
2020-05-13 18:23:23 +02:00
parent 6ba5d98883
commit e7624efc1d
3 changed files with 27 additions and 11 deletions

View File

@@ -51,6 +51,7 @@ const LeftPanel = styled.div`
const TabsPanelContainer = styled.div`
display: flex;
position: fixed;
overflow-x: auto;
top: ${theme.toolBar.height}px;
left: ${(props) => props.contentLeft}px;
height: ${theme.tabsPanel.height}px;