merch sizing-guide: sticky introduction
All checks were successful
/ build (push) Successful in 10s

This commit is contained in:
kritzl 2025-02-16 15:12:06 +01:00
commit 7de5984ee8
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
5 changed files with 171 additions and 146 deletions

View file

@ -4,6 +4,10 @@ main {
overflow: auto;
padding: 0 1rem;
}
main > div#intro {
position: sticky;
left: 0;
}
.table-container {
overflow-x: auto;