Remove unused sticky sidebar class

This commit is contained in:
Leilukin 2024-04-16 00:43:16 +08:00 committed by Helen Chong
parent c0e553a7c7
commit eca3bdc051

View File

@ -298,11 +298,6 @@ main {
font-size: 0.9rem; font-size: 0.9rem;
} }
.sidebar--sticky {
position: sticky;
top: 5rem;
}
/* Desktop main content layout */ /* Desktop main content layout */
@media only screen and (min-width: 60rem) { @media only screen and (min-width: 60rem) {
.content__wrapper { .content__wrapper {