mirror of https://github.com/akveo/blur-admin
fix(mobile): remove background-attachment for mobile bg block
parent
885f33c5c7
commit
cd2d2b24cd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue