diff --git a/macrovision.css b/macrovision.css index 94096de7..0cea0570 100644 --- a/macrovision.css +++ b/macrovision.css @@ -544,7 +544,7 @@ body.toggle-height-bars .height-bar, display: none; position: absolute; width: 100%; - height: 10vh; + height: 100vh; left: 0%; top: calc(100% - 51px); background: black; diff --git a/macrovision.html b/macrovision.html index 158eefcd..a742c19e 100644 --- a/macrovision.html +++ b/macrovision.html @@ -294,7 +294,7 @@ -
+
diff --git a/macrovision.js b/macrovision.js index 7ff47a88..45219cbe 100644 --- a/macrovision.js +++ b/macrovision.js @@ -340,6 +340,8 @@ function updateSizes(dirtyOnly = false) { zIndex -= 1; }); + document.querySelector("#ground").style.top = pos2pix({x: 0, y: 0}).y + "px"; + }