Skip to content

Commit 3a0c805

Browse files
authored
Update semanticLinksAnalyzer.js
fix overflow results
1 parent 3b3564e commit 3a0c805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solocal tools, tips & fix/semanticLinksAnalyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ function displayLinkRelevanceReport() {
13081308
</div>
13091309
13101310
<!-- Liste des résultats -->
1311-
<div id="results-container" style="max-height: 400px; overflow-y: auto; padding-right: 5px;"></div>
1311+
<div id="results-container" style="max-height: 210px; overflow-y: auto; padding-right: 5px;"></div>
13121312
</div>
13131313
`;
13141314

0 commit comments

Comments
 (0)