UX: Hide TOC on mobile docs topics (#32)
This commit is contained in:
parent
993303199b
commit
098d05f3d5
|
@ -237,4 +237,7 @@ a.d-toc-close {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--header-offset, 60px) + 1em);
|
top: calc(var(--header-offset, 60px) + 1em);
|
||||||
max-height: calc(100vh - 2em - var(--header-offset, 60px));
|
max-height: calc(100vh - 2em - var(--header-offset, 60px));
|
||||||
|
.mobile-view & {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue