From e19ee62b8da27717c37d5963cad1d6b065cc8d8f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 14 May 2025 09:01:44 +0200 Subject: [PATCH] another fix for the toc stickyness. should fix #120 fixes the attempt from 18e52693eb411617e2df76dceb0632c38a3cadb7 --- css/area_nav-metabox.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/area_nav-metabox.less b/css/area_nav-metabox.less index 493c8db..a4b78da 100755 --- a/css/area_nav-metabox.less +++ b/css/area_nav-metabox.less @@ -29,12 +29,14 @@ min-height: @page-header_height; height: auto; border: 0 none; + + width: calc(100% - 13em); + } &.sticky { position: fixed; top: 0; - width: calc(100% - 13em); ul.meta-tabs > li > a { border-top-color: @ini_background_site;