specify sidebar height

This commit is contained in:
Matthias Wirth
2024-05-22 14:15:43 +02:00
parent 7029e2834f
commit 8e33669cd8
2 changed files with 2 additions and 1 deletions

View File

@@ -8536,6 +8536,7 @@ function printTrace() {
// Create a "hidden" input
let shareLinkInput = document.createElement("input");
shareLinkInput.hidden = true;
// Append it to the body
document.body.appendChild(shareLinkInput);