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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue