css`
+ position: absolute;
+ height: 100%;
+ width: ${BUILDER_PANE_WIDTH}px;
+ box-shadow: -4px 0 4px 0 ${rgba(theme.colors.grayscale.dark2, 0.1)};
+ background-color: ${theme.colors.grayscale.light5};
+ `}
+ >
+
css`
+ line-height: inherit;
+ margin-top: ${theme.gridUnit * 2}px;
+ height: 100%;
- return (
-
-
-
-
-
-
-
-
-
-
-
-
- {dashboardComponents
- .getAll()
- .map(({ key: componentKey, metadata }) => (
-
- ))}
-
-
-
- );
- }}
-
-
- )}
-
-
+ & .ant-tabs-content-holder {
+ height: 100%;
+ & .ant-tabs-content {
+ height: 100%;
+ }
+ }
+ `}
+ >
+
+
+
+
+
+
+
+
+
+
+ {dashboardComponents
+ .getAll()
+ .map(({ key: componentKey, metadata }) => (
+
+ ))}
+
+
+
+