mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Leave a margin at the bottom of the inspector regardless of whether the relation membership section is shown
This commit is contained in:
+4
-5
@@ -854,6 +854,10 @@ a.hide-toggle {
|
||||
.entity-editor-pane .inspector-body {
|
||||
top: 60px;
|
||||
}
|
||||
/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */
|
||||
.entity-editor .section:last-child {
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
.inspector-inner {
|
||||
padding: 20px 20px 5px 20px;
|
||||
@@ -2562,11 +2566,6 @@ img.tag-reference-wiki-image {
|
||||
*/
|
||||
}
|
||||
|
||||
/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */
|
||||
.raw-membership-editor.inspector-inner {
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
/* hidden field to prevent user from tabbing out of the sidebar */
|
||||
input.key-trap {
|
||||
height: 0px;
|
||||
|
||||
Reference in New Issue
Block a user