Slightly extend height
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
function adaptHeight() {
|
function adaptHeight() {
|
||||||
const tabsEl = document.getElementById('event-nav');
|
const tabsEl = document.getElementById('event-nav');
|
||||||
const scoreboardContainerEl = document.getElementById('scoreboard-container');
|
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();
|
adaptHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user