From 52f94d94fbd18ea063d70e34f97973dbb098ac41 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sun, 19 Jun 2022 19:48:05 -0400 Subject: [PATCH] make modal shorter --- client/src/styles/create.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/create.css b/client/src/styles/create.css index f55c90a..0b3acff 100644 --- a/client/src/styles/create.css +++ b/client/src/styles/create.css @@ -119,7 +119,7 @@ #deck-template-container { margin: 1em 0; - max-height: 64vh; + max-height: 59vh; overflow-y: auto; padding: 0 0.5em; }