Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In mobile version background image is hidden by solid background with $body-bg color #36

Closed
shvydky opened this issue May 18, 2016 · 1 comment

Comments

@shvydky
Copy link

shvydky commented May 18, 2016

Can be fixed by comment one line in the following code but I'm not sure that this is correct:

File /blur-admin/src/sass/theme/_layout.scss:24

body.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();
  }
}

To reproduce do the following steps:

  1. Open http://akveo.com/blur-admin/#/dashboard in Chrome
  2. Enable "Device mode" and choose iPhone 5 emulation
  3. Refresh page and light-gray background will appear
@KostyaDanovsky
Copy link
Member

@shvydky, thanks for the issue report

datho1801 pushed a commit to datho1801/blur-admin that referenced this issue Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants