mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 04:16:00 +00:00
tabs design + handled corner cases
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user