Update toc.scss

This commit is contained in:
Aaron Pham 2024-10-11 11:00:59 -04:00 committed by GitHub
parent 2e6c1d46b4
commit 775e5e1ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,10 @@
.toc {
display: flex;
flex-direction: column;
&.desktop-only {
max-height: 40%;
}
}
button#toc {