From 6c5714a49c63f4a6cdd6689f191509a6423b3756 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 25 Jul 2025 10:12:27 -0500 Subject: [PATCH] Fix right overlay panel cutoff issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added missing CSS for slideover panel with proper width and positioning - Fixed overflow issues by adding box-sizing: border-box - Adjusted Track button padding from px-6 to px-4 to prevent cutoff - Added whitespace-nowrap and flex-shrink-0 to prevent button text wrapping - Ensured proper panel width of 352px on desktop with transform animations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lib/aprsme_web/live/map_live/index.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/aprsme_web/live/map_live/index.ex b/lib/aprsme_web/live/map_live/index.ex index 65f8bb1..d17c62f 100644 --- a/lib/aprsme_web/live/map_live/index.ex +++ b/lib/aprsme_web/live/map_live/index.ex @@ -1153,7 +1153,7 @@ defmodule AprsmeWeb.MapLive.Index do {gettext("Search Callsign")}
-
+