From 18de00a7bfd26155cb5fe25789c926a6aff27ec5 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 3 Dec 2024 18:45:04 +0100 Subject: [PATCH] fix scrollbars showing up in hovered state of inspector, fixes #10511 also closes #9912, closes #10552 --- css/80_app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index dd764ba5d..16bafa5dc 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3069,6 +3069,7 @@ img.tag-reference-wiki-image { .comment-date { color: #aaa; } +.inspector-hover .comment-text, .comment-text { color: #333; margin-top: 10px; @@ -4232,10 +4233,10 @@ li.issue-fix-item button:not(.actionable) .fix-icon { border: 1px solid #ccc; } -/* scrollbars only when necessary*/ +/* no scrollbars */ .inspector-hover div { overflow-x: visible; - overflow-y: auto; + overflow-y: visible; } /* hide and remove from layout */