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:
parent
199caa0b1a
commit
d450b9b3d3
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user