From 16059417855bfc3d8795c31c645128f876935fb5 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 10:38:13 +0200 Subject: [PATCH 1/2] fix body overflow --- client/scss/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scss/_base.scss b/client/scss/_base.scss index 180cba4..a8fb563 100644 --- a/client/scss/_base.scss +++ b/client/scss/_base.scss @@ -38,7 +38,7 @@ body { background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat; width: 100%; height: 100%; - overflow: hidden; + overflow: visible; font-family: 'Titillium Web', sans-serif; } From 44dc148f280bddeeb85a6cec386c8546c3c12261 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 10:43:03 +0200 Subject: [PATCH 2/2] fix background --- client/templates/lobby.handlebars | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/templates/lobby.handlebars b/client/templates/lobby.handlebars index 20f744f..7e2caa0 100644 --- a/client/templates/lobby.handlebars +++ b/client/templates/lobby.handlebars @@ -1,6 +1,7 @@