diff --git a/resources/styles/Components/Toc.scss b/resources/styles/Components/Toc.scss index 6b9132e1..a015e1a9 100644 --- a/resources/styles/Components/Toc.scss +++ b/resources/styles/Components/Toc.scss @@ -9,6 +9,7 @@ .chameleon-toc-wrapper { position: sticky; top: 0; + z-index: 1; max-height: 100vh; overflow: auto; @@ -35,9 +36,7 @@ .toc { border: unset; - background-color: unset; font-size: unset; - width: 100%; ul { flex-direction: column;