Skip to content

Commit

Permalink
.c-wallpaper position: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
u-dani committed Jan 24, 2024
1 parent c8d9a0b commit 8dcffc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,14 @@
}

.c-wallpaper {
position: absolute;
position: fixed;
top: 0;
left: 400px;
left: var.$form-content-width;
background: {
image: url('../images/wallpaper-login-lol.jpg');
position: center;
size: cover;
};
width: calc(100vw - var.$form-content-width);
height: 100%;
z-index: -1;
}

0 comments on commit 8dcffc8

Please sign in to comment.