From f135c90e611ab4822f19f6572a96de2e684cb906 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 28 Mar 2026 14:48:27 +0100 Subject: [PATCH] fix(ui): align DM route popup to the right to prevent overflow Co-Authored-By: Claude Opus 4.6 --- app/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index c11cd99..a8b5d79 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -757,6 +757,11 @@ main { position: relative; } +.dm-route-link > .path-popup { + left: auto; + right: 0; +} + .dm-delivery-popup { position: absolute; bottom: 100%;