mobile bg fix

This commit is contained in:
nixa 2016-05-18 15:10:15 +03:00
parent 612071b97c
commit 93c992c2aa

View file

@ -21,23 +21,6 @@ main {
}
}
main.mobile{
background: none;
.body-bg{
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-attachment: inherit;
background-color: $body-bg;
}
&.blur-theme {
@include main-background();
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
html{