Removed sticky footer for non-webkit browsers
This commit is contained in:
parent
76af6c6a48
commit
1e3011a488
@ -2844,7 +2844,7 @@ body.error-locale-not-available {
|
|||||||
body {
|
body {
|
||||||
#primary-content {
|
#primary-content {
|
||||||
@include _(transition, 'filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out');
|
@include _(transition, 'filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out');
|
||||||
display: flex;
|
display: -webkit-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user