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

@ -3,6 +3,11 @@ main {
height: 100vh;
overflow: auto;
padding: 0 1rem;
> div#intro {
position: sticky;
left: 0;
}
}
.table-container {