Skip to content

Commit

Permalink
fix transform wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
leowrites committed Nov 6, 2024
1 parent eed4042 commit 6b2ae4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion webstepper/src/SvgDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function SvgDisplay(props: SvgDisplayPropTypes) {
>
<TransformComponent>
<canvas
className="svg-display__canvas"
data-testid="memory-models-canvas"
ref={canvasRef}
/>
Expand Down
3 changes: 1 addition & 2 deletions webstepper/src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
align-items: center;
}

.svg-display__canvas {
.react-transform-wrapper {
height: 100%;
width: 100%;
}

0 comments on commit 6b2ae4b

Please sign in to comment.