mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Fix pointer events issue with info panels
This commit is contained in:
@@ -3963,6 +3963,7 @@ img.tile-debug {
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
-ms-user-select: element;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.panel-container h1,
|
||||
@@ -3987,6 +3988,7 @@ img.tile-debug {
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding-bottom: 10px;
|
||||
width: 250px;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.panel-container .panel-title {
|
||||
|
||||
Reference in New Issue
Block a user