We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6608d04 commit ffc62bdCopy full SHA for ffc62bd
src/cloud/components/ContentManager/styled.ts
@@ -1,5 +1,4 @@
1
import styled from '../../../design/lib/styled'
2
-import { rightSideTopBarHeight } from '../../../design/components/organisms/Topbar'
3
4
export const StyledContentManager = styled.div`
5
display: block;
@@ -10,5 +9,4 @@ export const StyledContentManagerList = styled.div`
10
9
display: flex;
11
flex-direction: column;
12
width: 100%;
13
- max-height: calc(100vh - ${rightSideTopBarHeight}px);
14
`
0 commit comments