another fix for the toc stickyness. should fix #120
fixes the attempt from 18e52693eb
This commit is contained in:
parent
7f1f411377
commit
e19ee62b8d
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue