Merge pull request #982 from Sesta/issue-560

Fix full screen repainting correctly
master
Surma 2015-07-16 19:49:51 +09:00
commit 805538b8b8
1 changed files with 2 additions and 10 deletions

View File

@ -1,18 +1,10 @@
body {
background-image: url('images/bg.jpg');
background-size: cover;
background-attachment: fixed;
/* FIXME: Temp. workaround for vertical scrollbars */
margin: 0;
}
body::before {
background-image: url('/images/head.jpg');
background-image: url('images/bg.jpg');
background-size: cover;
background-attachment: fixed;
content: '';
will-change: transform;
z-index: 1;
z-index: -1;
left: 0;
right: 0;
bottom: 0;