diff --git a/common/common.scss b/common/common.scss index d47bc94..e8d5d65 100644 --- a/common/common.scss +++ b/common/common.scss @@ -237,4 +237,7 @@ a.d-toc-close { position: sticky; top: calc(var(--header-offset, 60px) + 1em); max-height: calc(100vh - 2em - var(--header-offset, 60px)); + .mobile-view & { + display: none; + } }