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;