From a9500bb35e688c7de7c0db611dbb47cabf2a124c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 29 Oct 2024 11:38:44 -0400 Subject: [PATCH] Draw info panels above side panes (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 --- css/80_app.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 8e0692037..c70aa443f 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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; } @@ -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;