UI - Fix scroll offset / tab buttons hiding behind menu/header

remove-same-checksum-skip^2
dgtlmoon 2024-10-11 16:04:08 +02:00
rodzic a16a70229d
commit 03151da68e
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -147,8 +147,13 @@ body.spinner-active {
}
}
.tabs ul li a {
// .tab-pane-inner will have the #id that the tab button jumps/anchors to
scroll-margin-top: 200px;
}
section.content {
padding-top: 5em;
padding-top: 100px;
padding-bottom: 1em;
flex-direction: column;
display: flex;
@ -931,6 +936,7 @@ $form-edge-padding: 20px;
}
.tab-pane-inner {
&:not(:target) {
display: none;
}

Wyświetl plik

@ -605,8 +605,11 @@ 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 {
scroll-margin-top: 200px; }
section.content {
padding-top: 5em;
padding-top: 100px;
padding-bottom: 1em;
flex-direction: column;
display: flex;