mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
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:
@@ -757,6 +757,11 @@ main {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dm-route-link > .path-popup {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.dm-delivery-popup {
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
|
||||
Reference in New Issue
Block a user