fix(mobile): remove background-attachment for mobile bg block

pull/3/head
KostyaDanovsky 2016-04-08 12:06:41 +03:00
parent 885f33c5c7
commit cd2d2b24cd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ body.badmin-transparent {
bottom: 0; bottom: 0;
right: 0; right: 0;
@include main-background(); @include main-background();
background-attachment: inherit;
} }
.panel-blur { .panel-blur {
background: transparent; background: transparent;