Skip to content

Commit 6acddb2

Browse files
committed
fix(compare)(landscape): interactivity button too low
1 parent 3d7d6ee commit 6acddb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/map-buttons.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@ button.maplibregl-ctrl-shrink {
511511
#interactivityBtn {
512512
left: calc(85px + var(--safe-area-inset-left));
513513
}
514+
.app:has(#search.d-none) #interactivityBtn {
515+
top: calc(10px + var(--safe-area-inset-top));
516+
}
514517

515518
#filterPoiBtn {
516519
top: calc(10px + var(--safe-area-inset-top));

0 commit comments

Comments
 (0)