Slightly extend height
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
sto
2026-08-27 09:36:43 +02:00
parent 2fae34b4ee
commit 49e49dc93d

View File

@@ -5,7 +5,7 @@
function adaptHeight() {
const tabsEl = document.getElementById('event-nav');
const scoreboardContainerEl = document.getElementById('scoreboard-container');
scoreboardContainerEl.style.height = `calc(100vh - ${220 + tabsEl.offsetHeight}px)`;
scoreboardContainerEl.style.height = `calc(100vh - ${230 + tabsEl.offsetHeight}px)`;
}
adaptHeight();