another fix for the toc stickyness. should fix #120

fixes the attempt from 18e52693eb
This commit is contained in:
Andreas Gohr 2025-05-14 09:01:44 +02:00
parent 7f1f411377
commit e19ee62b8d

View file

@ -29,12 +29,14 @@
min-height: @page-header_height; min-height: @page-header_height;
height: auto; height: auto;
border: 0 none; border: 0 none;
width: calc(100% - 13em);
} }
&.sticky { &.sticky {
position: fixed; position: fixed;
top: 0; top: 0;
width: calc(100% - 13em);
ul.meta-tabs > li > a { ul.meta-tabs > li > a {
border-top-color: @ini_background_site; border-top-color: @ini_background_site;