diff --git a/lib/index.html b/lib/index.html index 0b8708ac..1003e389 100644 --- a/lib/index.html +++ b/lib/index.html @@ -39,7 +39,27 @@ position: fixed; bottom: 0; left: 0; + height: 25px; + width: 100%; } + + #controls .m { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } + + #controls .bg { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: white; + opacity: 0.5; + } @@ -96,7 +116,14 @@ main(); -
+