fix(toc): invalid desktop-only styling (#1502)

* fix(toc): invalid desktop-only styling

should display none instead.

* Update toc.scss
This commit is contained in:
Aaron Pham 2024-10-12 18:33:07 -04:00 committed by GitHub
parent 0d1f15d37c
commit c5d97db000
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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