Skip to content

Commit aa88e2c

Browse files
committed
Removing tester top/left positions.
1 parent b89734b commit aa88e2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/cards/cards.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ const Cards = props => {
281281
className={styles.cardContainerOverlay}
282282
style={{
283283
width: `${window.innerWidth + (2 * 300)}px`,
284-
height: `${window.innerHeight + (2 * 300)}px`,
285-
top: `${-300}px`,
286-
left: `${-300}px`
284+
height: `${window.innerHeight + (2 * 300)}px`
287285
}}
288286
>
289287
<Draggable

0 commit comments

Comments
 (0)