From b09d9598c622fffe7d1f23ee11d1c384d48b24c5 Mon Sep 17 00:00:00 2001 From: aaditya0000 <86897282+aaditya0000@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:12:55 +0530 Subject: [PATCH] fix comments in notes overflowing upon hovering (#9074) --- css/80_app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index bed05e074..ec606a85a 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4018,10 +4018,10 @@ li.issue-fix-item button:not(.actionable) .fix-icon { border: 1px solid #ccc; } -/* no scrollbars */ +/* scrollbars only when necessary*/ .inspector-hover div { overflow-x: visible; - overflow-y: visible; + overflow-y: auto; } /* hide and remove from layout */ @@ -5533,7 +5533,6 @@ li.hide + li.version .badge .tooltip .popover-arrow { height: 20px; overflow: visible; width: 10px; - background: #fff; border-left: 1px solid #DDD; }