1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 01:46:51 +01:00

taking viewport height into account for the document scroll over background thingy

This commit is contained in:
Matthias Kretschmann 2013-12-07 17:59:15 +01:00
parent 199caa0b1a
commit d450b9b3d3

View File

@ -211,7 +211,7 @@ a.close,
background-color: @page-bg;
}
@media @breakpoint2 {
@media only screen and (min-width: 40.625em) and (min-height: 650px) {
body {
position: relative
}