mirror of https://github.com/akveo/blur-admin
refactor(blurFeature): use atachment fixed
parent
47e4225452
commit
817e19eabf
|
@ -5,6 +5,7 @@ body.badmin-transparent {
|
||||||
color: $default-text !important;;
|
color: $default-text !important;;
|
||||||
}
|
}
|
||||||
.panel.panel-blur {
|
.panel.panel-blur {
|
||||||
|
background-attachment: fixed;
|
||||||
@include scrollbars(.4em, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
|
@include scrollbars(.4em, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: $default;
|
color: $default;
|
||||||
|
|
Loading…
Reference in New Issue