fix toc on tablet mode. fixes #94 #105

This commit is contained in:
Andreas Gohr 2025-04-10 11:45:48 +02:00
parent a43b4b5b43
commit 18e52693eb

View file

@ -34,6 +34,7 @@
&.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;