From bd1fb3e222e54e929fab271b7c2e4a98959ea440 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 15 Jul 2018 12:07:25 -0400 Subject: [PATCH] hide team banner image overflow --- get_together/static/css/get_together.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css index 2f312f8..43f64bb 100644 --- a/get_together/static/css/get_together.css +++ b/get_together/static/css/get_together.css @@ -99,7 +99,7 @@ ul.errorlist li { .team-banner { position: relative; margin-bottom: 3px; - overflow: scroll; + overflow: hidden; } .team-banner .team-title {