refactor(blurFeature): use atachment fixed

pull/3/head
alex 2016-03-01 18:08:18 +03:00
parent 47e4225452
commit 817e19eabf
1 changed files with 1 additions and 0 deletions

View File

@ -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;