From 49b530870dae6fc6ef36594ca890afe8548d226b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Tue, 14 Jul 2015 19:03:10 +0200 Subject: [PATCH] fix overflow issue --- sass/whitelabel/prize/landing.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/whitelabel/prize/landing.scss b/sass/whitelabel/prize/landing.scss index d3a1f705..de6d6b94 100644 --- a/sass/whitelabel/prize/landing.scss +++ b/sass/whitelabel/prize/landing.scss @@ -4,7 +4,7 @@ height: 100%; /* We need this, otherwise piece list will have a scrollbar */ - overflow-y: hidden; + overflow-x: hidden; } .hero {