opti: sidebar improve

This commit is contained in:
mitsuhatu
2022-07-28 11:55:46 +08:00
parent 6971e95dad
commit e65fb518d0

View File

@@ -141,12 +141,13 @@ const LigoRightContainer = styled('div')({
const LigoLeftContainer = styled('div')({
flex: '0 0 auto',
position: 'relative',
});
const WorkspaceSidebar = styled('div')(({ hidden }) => ({
position: 'absolute',
bottom: '48px',
top: '72px',
top: '8px',
zIndex: 1,
display: 'flex',
flexDirection: 'column',