Ditch Inkscape.
[mlpccg.git] / main.css
index 74250b8..7baf502 100644 (file)
--- a/main.css
+++ b/main.css
@@ -82,10 +82,10 @@ body {
 
 #overlay {
     position: fixed;
-    left: 0;
-    right: 0;
-    top: 0;
-    bottom: 0;
+    left: -50%;
+    right: -50%;
+    top: -50%;
+    bottom: -50%;
     background-color: black;
     opacity: 0;
     transition: opacity 0.5s;