Skip to content

Commit

Permalink
properly align
Browse files Browse the repository at this point in the history
  • Loading branch information
supreme2580 committed Dec 13, 2024
1 parent 743e17b commit 3b84012
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions frontend/src/canvas/CanvasContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
z-index: 1;
}

.CanvasContainer__anchor {
position: absolute;
}

.Canvas__selection {
position: absolute;
z-index: 4;
Expand Down
1 change: 0 additions & 1 deletion frontend/src/canvas/CanvasContainerItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const CanvasContainerItem = ({
}) => {
return (
<div
className='CanvasContainer__anchor'
style={{
top: -height / 2,
left: -width / 2,
Expand Down

0 comments on commit 3b84012

Please sign in to comment.