fix(ui): align DM route popup to the right to prevent overflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-28 14:48:27 +01:00
parent 90c1c90ba3
commit f135c90e61

View File

@@ -757,6 +757,11 @@ main {
position: relative;
}
.dm-route-link > .path-popup {
left: auto;
right: 0;
}
.dm-delivery-popup {
position: absolute;
bottom: 100%;