mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 08:50:32 +02:00
Fix issue with pressing zoom in button in photo viewer (close #7974)
This commit is contained in:
@@ -349,11 +349,13 @@ label.streetside-hires {
|
||||
top: 10px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.photo-controls {
|
||||
display: inline-block;
|
||||
z-index: 10;
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
.photo-controls button,
|
||||
|
||||
Reference in New Issue
Block a user