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;
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;