From fd412c5197286518ff9491a1b51e6319c9a22904 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 17 Apr 2026 12:40:55 -0500 Subject: phase 2 implement --- assets/css/app.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 65e4ecf..95310fb 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -104,6 +104,20 @@ th { font-size: 16px; } -.zc-ref { - display: none; +#map-container { + height: calc(100vh - 56px); + width: 100%; + background: #161616; +} + +.map-tooltip { + position: absolute; + background: #1a1a1a; + color: #fff; + padding: 8px 12px; + border: 1px solid #24ab48; + border-radius: 0; + pointer-events: none; + font-size: 13px; + opacity: 0; } -- cgit v1.2.3