From db321e575494f4f6205848e9785dbd44cf4f5d46 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 11 Dec 2018 14:12:20 -0300 Subject: [PATCH] no pisar el footer si supera el contenido --- app/assets/stylesheets/application.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index d274596..c449310 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -63,7 +63,7 @@ ol.breadcrumb { } .full-height { - height: calc(100vh - #{$footer-height}); + min-height: calc(100vh - #{$footer-height}); } html { @@ -71,13 +71,7 @@ html { min-height: 100%; } -body { - margin-bottom: $footer-height; -} - .footer { - position: absolute; - bottom: 0; width: 100%; height: $footer-height; line-height: $footer-height;