Skip to content

Commit

Permalink
Draw info panels above side panes
Browse files Browse the repository at this point in the history
(closes #1593)

This is the simplest solution for now..
Allowing the user to better position the info panels is a stretch goal
covered more by #1547
  • Loading branch information
bhousel committed Oct 29, 2024
1 parent f533753 commit a9500bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,10 @@ a.hide-toggle {
padding: 20px;
}

/* preserve extra space at bottom of inspector to allow for dropdown options - iD#5280 */
.entity-editor > div:last-child {
/* Preserve extra space at bottom of scrollable stuff */
/* to allow for dropdowns, hovering, etc - iD#5280, Rapid#1593 */
.entity-editor > div:last-child,
.pane-content > div:last-child {
margin-bottom: 150px;
}

Expand Down Expand Up @@ -4198,7 +4200,7 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
flex-flow: row wrap-reverse;
justify-content: flex-end;
width: 100%;
z-index: 1;
z-index: 10;
-ms-user-select: element;
pointer-events: none;
overflow: hidden;
Expand Down

0 comments on commit a9500bb

Please sign in to comment.