From 93c992c2aa12c0225ce885acf294b425e2261277 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Wed, 18 May 2016 15:10:15 +0300 Subject: [PATCH] mobile bg fix --- src/app/theme/sass/_layout.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/app/theme/sass/_layout.scss b/src/app/theme/sass/_layout.scss index c99df7d4..02042544 100644 --- a/src/app/theme/sass/_layout.scss +++ b/src/app/theme/sass/_layout.scss @@ -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{