sticky ctagory section

This commit is contained in:
Capelier-Marla 2023-01-25 19:20:59 +01:00
parent aaac7f2f84
commit cf074988cc

View File

@ -131,6 +131,8 @@ aside {
box-shadow: var(--shadow);
height: fit-content;
min-width: fit-content;
position: sticky;
top: calc(var(--size-xl) * 4);
}
aside ul {
display: flex;