mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Improve handling of pointer events in footer (closes #2490)
This commit is contained in:
+2
-1
@@ -2259,6 +2259,7 @@ div.full-screen > button:hover {
|
||||
right:0;
|
||||
bottom:0;
|
||||
border-radius: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#attrib {
|
||||
@@ -2267,7 +2268,6 @@ div.full-screen > button:hover {
|
||||
margin-bottom: 5px;
|
||||
float: left;
|
||||
clear: both;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#attrib * { pointer-events: all; }
|
||||
@@ -2300,6 +2300,7 @@ div.full-screen > button:hover {
|
||||
width: 100%;
|
||||
float: left;
|
||||
clear: both;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
#scale-block {
|
||||
|
||||
Reference in New Issue
Block a user