From 3412e78237646bf757b167a31193ac0f875e3512 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Mon, 15 Nov 2021 19:21:44 +0100 Subject: [PATCH] deck scroll --- src/components/Deck.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Deck.tsx b/src/components/Deck.tsx index c3ab725..8afc12f 100644 --- a/src/components/Deck.tsx +++ b/src/components/Deck.tsx @@ -15,7 +15,7 @@ interface Props { const DeckComp: React.FC = ({deck,side,title,onChange}) => { return ( -
+
{title} { side === Side.CT && D: