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{