Slightly extend height
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user