diff --git a/undercover/static/styles.css b/undercover/static/styles.css index a44c98a..6b26fb1 100644 --- a/undercover/static/styles.css +++ b/undercover/static/styles.css @@ -285,6 +285,10 @@ textarea { background: none; } +.modal-content { + overflow: scroll; +} + .modal-content input { margin-bottom: 2em; }