Skip to content

Commit 4ec85cb

Browse files
committed
remove fade at top/bottom
1 parent 66fab9b commit 4ec85cb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/lib/CanvasRenderer.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,8 @@ export const CanvasRenderer = ({ buildRenderer, ...props }: CanvasRendererProps)
151151
const posStyle: CSSProperties = {
152152
position: "fixed",
153153
width: "100%",
154-
height: "100%",
155-
left: 0,
156-
top: 0,
154+
height: "calc(100% + 32px)",
155+
marginTop: -16,
157156
zIndex: -1,
158157
};
159158

0 commit comments

Comments
 (0)