Add @paullewis's fix for jank provided by @PaulKinlan (fixes #560)

master
Alexander Surma 2015-06-30 22:46:17 +01:00
parent 78d5271c7d
commit afab807463
1 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,20 @@ body {
margin: 0;
}
body::before {
background-image: url('/images/head.jpg');
background-size: cover;
background-attachment: fixed;
content: '';
will-change: transform;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
top: 0;
position: fixed;
}
.demo-blog .mdl-menu {
z-index: 999;
}