Skip to content

Commit ffc62bd

Browse files
committed
fix table view display bug
1 parent 6608d04 commit ffc62bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cloud/components/ContentManager/styled.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import styled from '../../../design/lib/styled'
2-
import { rightSideTopBarHeight } from '../../../design/components/organisms/Topbar'
32

43
export const StyledContentManager = styled.div`
54
display: block;
@@ -10,5 +9,4 @@ export const StyledContentManagerList = styled.div`
109
display: flex;
1110
flex-direction: column;
1211
width: 100%;
13-
max-height: calc(100vh - ${rightSideTopBarHeight}px);
1412
`

0 commit comments

Comments
 (0)