From d002ad6edece56a4edf542bb73e6d951e01d359b Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Thu, 11 Jun 2020 23:03:28 -0400 Subject: [PATCH] Tweak ToC max height 2 --- resources/skins.citizen.styles/common/toc.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.citizen.styles/common/toc.less b/resources/skins.citizen.styles/common/toc.less index e4b6cdf4..163053b4 100644 --- a/resources/skins.citizen.styles/common/toc.less +++ b/resources/skins.citizen.styles/common/toc.less @@ -82,7 +82,7 @@ z-index: 2; border-left: 1px dashed; max-width: ~'calc( (100vw - '@page-width + @margin-side * 4~' ) / 2 )'; - max-height: ~'calc( 100vh - '@header-height * 2 - @margin-side * 4~' )'; + max-height: ~'calc( 100vh - '@header-height * 2 + @margin-side * 4~' )'; overflow: visible auto; overscroll-behavior: contain; display: block;