From 0514b94e8a413b8778d10ce19b1b3cf2256f1d1c Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Sun, 4 Oct 2020 00:10:27 -0500 Subject: [PATCH] prevent scrollbar on popup --- static/css/popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/popup.css b/static/css/popup.css index 781afd2..99d064c 100644 --- a/static/css/popup.css +++ b/static/css/popup.css @@ -22,6 +22,9 @@ textarea { background: #ced; border: 1px solid #acc; } +#addForm .alert { + margin-top: -6px; +} form label { margin: 0; vertical-align: middle;