UI - More work on tab buttons hiding behind menu/header :-)

This commit is contained in:
dgtlmoon
2024-10-11 22:54:09 +02:00
parent f7d4e58613
commit ecafa27833
3 changed files with 3 additions and 5 deletions

View File

@@ -26,8 +26,7 @@ function set_active_tab() {
if (tab.length) {
tab[0].parentElement.className = "active";
}
// hash could move the page down
window.scrollTo(0, 0);
}
function focus_error_tab() {