File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,19 @@ $(document).ready(function () {
3838 var navBar = $ ( "#navbar" ) ;
3939 var content = $ ( "#content" ) ;
4040 var sideNav = $ ( ".additional-content-column" ) ;
41+ var apiBreadcrumb = $ ( ".api-breadcrumbs-container, #markdown-toc" ) ;
4142
4243 if ( height >= 0 ) {
4344 TNav . css ( "top" , height + ( availWidth <= 766 ? 4 : 0 ) ) ;
4445 navBar . css ( "top" , ( availWidth <= 766 ? 4 : TNav [ 0 ] . offsetHeight ) + height ) ;
4546 content . css ( "padding-top" , availWidth <= 766 ? 0 : navBar [ 0 ] . offsetHeight + height ) ;
47+ apiBreadcrumb . css ( "top" , navBar [ 0 ] . offsetHeight + TNav [ 0 ] . offsetHeight + height ) ;
4648 sideNav . css ( "top" , 180 + height ) ;
4749 } else {
4850 TNav . css ( "top" , 0 ) ;
4951 navBar . css ( "top" , availWidth <= 766 ? 0 : TNav [ 0 ] . offsetHeight ) ;
5052 content . css ( "padding-top" , availWidth <= 766 ? 0 : navBar [ 0 ] . offsetHeight ) ;
53+ apiBreadcrumb . css ( "top" , availWidth <= 766 ? 0 : navBar [ 0 ] . offsetHeight + TNav [ 0 ] . offsetHeight ) ;
5154 }
5255
5356 setSideNavPosition ( ) ;
You can’t perform that action at this time.
0 commit comments