diff --git a/resources/assets/sass/_design.scss b/resources/assets/sass/_design.scss index 8972b8d..7e88979 100644 --- a/resources/assets/sass/_design.scss +++ b/resources/assets/sass/_design.scss @@ -34,8 +34,9 @@ box-shadow: 0 0 5px 3px rgba(30, 30, 30, .8); } .transparent { - background-color: rgba(0,0,0,0.35) !important; - /*box-shadow: none !important;*/ + background-color: transparent !important; + // background-color: rgba(0,0,0,0.35) !important; + // box-shadow: none !important; } .contour { border: 1px solid $color-lightgrey; diff --git a/resources/assets/sass/_structures.scss b/resources/assets/sass/_structures.scss index e78e1f1..e524eb3 100644 --- a/resources/assets/sass/_structures.scss +++ b/resources/assets/sass/_structures.scss @@ -46,7 +46,7 @@ .footer { z-index: 99; - position: fixed; + position: absolute; bottom: 0; width: 100%; height: 40px; @@ -56,6 +56,9 @@ /* =============== BODY =============== */ body { + position: relative; + min-height: 100vh; + width: 100vw; padding-top: 110px; /* Espace header */ padding-bottom: 60px; /* Espace footer */ color: $color-light; diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php index 8e5cbc0..2679f85 100644 --- a/resources/views/template.blade.php +++ b/resources/views/template.blade.php @@ -77,7 +77,7 @@ @yield('content') {{-- Footer --}} -