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

2548-trigger-check
dgtlmoon 2024-10-11 22:54:09 +02:00
rodzic f7d4e58613
commit ecafa27833
3 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -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() {

Wyświetl plik

@ -148,7 +148,7 @@ body.spinner-active {
}
.tabs ul li a {
.tab-pane-inner {
// .tab-pane-inner will have the #id that the tab button jumps/anchors to
scroll-margin-top: 200px;
}

Wyświetl plik

@ -605,8 +605,7 @@ body.spinner-active #pure-menu-horizontal-spinner {
background-color: var(--color-background-menu-link-hover);
color: var(--color-text-menu-link-hover); }
.tabs ul li a {
.tab-pane-inner {
scroll-margin-top: 200px; }
section.content {