From bbc9cab66126afea42ce3640836693af0b034a24 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Wed, 19 Jul 2017 13:20:06 -0400 Subject: [PATCH] make footer not overlap --- public/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index 35a54d95..129342d9 100644 --- a/public/main.css +++ b/public/main.css @@ -24,7 +24,7 @@ body { .all { padding-top: 10%; - overflow-y: scroll; + padding-bottom: 51px; } input, select, textarea, button {