diff --git a/public_html/index.html b/public_html/index.html index e858b75..afe2dbb 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -807,7 +807,7 @@ body::after{ background-size:100% 100%;mix-blend-mode:screen;animation:staticBurst 0.28s ease forwards} /* ── NETWORK MAP OVERLAY ─────────────────────────────────────────────── */ -#netMapOverlay{position:fixed;top:52px;left:0;width:min(820px,84vw);height:min(540px,74vh); +#netMapOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh; z-index:200;display:none;flex-direction:column; background:rgba(0,4,18,0.96);border:1px solid rgba(0,212,255,0.28); border-top:none;border-left:none;transform-origin:0 0;backdrop-filter:blur(14px);