Skip to content

Commit

Permalink
Merge branch 'release/6.7.x' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	conf/_application.php
  • Loading branch information
yurabakhtin committed Jan 10, 2017
2 parents 92acd9f + ee7b21e commit f6705d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/bootstrap_manual_skin/left_navigation.js
Expand Up @@ -38,7 +38,7 @@ jQuery( document ).ready( function()
if( $sidebar.hasClass( 'fixed' ) ) if( $sidebar.hasClass( 'fixed' ) )
{ // Check and fix an overlapping of footer with sidebar { // Check and fix an overlapping of footer with sidebar
$sidebar.css( 'top', sidebar_top + 'px' ); $sidebar.css( 'top', sidebar_top + 'px' );
var diff = parseInt( $sidebar.offset().top + $sidebar.outerHeight() - jQuery( '#evo_container__footer' ).offset().top ); var diff = parseInt( $sidebar.offset().top + $sidebar.outerHeight() - jQuery( '.evo_container__footer' ).offset().top );
if( diff >= 0 ) if( diff >= 0 )
{ {
$sidebar.css( 'top', parseInt( sidebar_top - diff - 5 ) + 'px' ); $sidebar.css( 'top', parseInt( sidebar_top - diff - 5 ) + 'px' );
Expand Down

0 comments on commit f6705d6

Please sign in to comment.