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

@@ -837,7 +837,7 @@
</div> <!-- map_container-->
<div id="sidebar_container" style="display: none">
<div id="sidebar_container" style="display: none; height: 100%;">
<div id="splitter" class="ui-resizable-handle ui-resizable-w" style="display: none;"></div>
<div id="sidebar_canvas">

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);