From 4fee2d40382fe42b47a51aa4eb6eeb36a900614a Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 14 Feb 2022 21:53:28 +0300 Subject: [PATCH] tweak sections width --- edit/edit.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edit/edit.css b/edit/edit.css index 353cf64f..4377b500 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -1093,6 +1093,7 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high margin-top: 0; z-index: 1000; } + #details-wrapper details[open]:hover, #details-wrapper details[open]:focus-within { z-index: 1001; } @@ -1118,6 +1119,7 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high left: 0; margin-left: auto; margin-right: auto; + width: min-content; } #sections-list[open] > #toc, #lint[open] > .lint-report-container {