diff --git a/resources/skins.citizen.styles/TableOfContents.less b/resources/skins.citizen.styles/TableOfContents.less index be10018a..26cc8945 100644 --- a/resources/skins.citizen.styles/TableOfContents.less +++ b/resources/skins.citizen.styles/TableOfContents.less @@ -138,11 +138,11 @@ @media ( max-width: ( @width-breakpoint-desktop - 1px ) ) { .citizen-toc { position: fixed; + z-index: @z-index-page-header; right: 0; bottom: ~'calc( var( --header-size ) + var( --space-xs ) )'; // Allow click through pointer-events: none; - z-index: @z-index-page-header; &__card { overflow: auto;