mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Preserve extra space at bottom of inspector to allow for dropdown options
(closes #5280)
This commit is contained in:
@@ -2369,6 +2369,11 @@ img.tag-reference-wiki-image {
|
||||
background: rgba(0,0,0,.8);
|
||||
}
|
||||
|
||||
/* 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