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 c302c96a76
commit 7e6f20cb26

View File

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