vendor/assets/stylesheets/_footer.scss in active_frontend-12.0.3 vs vendor/assets/stylesheets/_footer.scss in active_frontend-12.1.0
- old
+ new
@@ -13,10 +13,11 @@
box-sizing: border-box;
color: $color-black;
display: block;
height: 30px;
padding-top: 3px;
+ min-width: 100%;
width: 100%;
}
.footer-nav {
list-style: none;
margin: 0;
@@ -38,12 +39,12 @@
/* # Styles
================================================== */
.footer-fixed {
bottom: 0;
- left: 0;
position: fixed;
- right: 0;
+ min-width: inherit;
+ width: inherit;
z-index: 1030;
}
/* # Colors
================================================== */
\ No newline at end of file