fix origin
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-06-21 09:09:19 +02:00
parent 064c9b5758
commit 7a850937b0
2 changed files with 32 additions and 10 deletions

View File

@@ -4168,17 +4168,17 @@ body.auth-readonly-maps-page .mapsMirMapMenuCancelBtn {
.mapEditorOriginHit {
position: absolute;
left: -18px;
top: -18px;
width: 36px;
height: 36px;
left: -6px;
top: -6px;
width: 12px;
height: 12px;
padding: 0;
margin: 0;
border: none;
border-radius: 0;
border-radius: 50%;
background: transparent;
pointer-events: auto;
cursor: help;
pointer-events: none;
cursor: inherit;
z-index: 5;
appearance: none;
font: inherit;