@@ -480,7 +480,7 @@ define([
480
480
case "t" :
481
481
container_offset . top = trigger_box . bottom + tip_margin ;
482
482
tip_offset . top = - 23 ;
483
- bottom_row = status . scroll . top + status . window . height ,
483
+ bottom_row = status . scroll . top + status . window . height ;
484
484
content_css [ "max-height" ] = ( bottom_row - container_offset . top - container_margin ) + "px" ;
485
485
break ;
486
486
case "l" :
@@ -551,13 +551,13 @@ define([
551
551
container_offset . top = trigger_center . top - container_margin ;
552
552
tip_offset . top = 0 ;
553
553
}
554
- bottom_row = status . scroll . top + status . window . height ,
554
+ bottom_row = status . scroll . top + status . window . height ;
555
555
content_css [ "max-height" ] = ( bottom_row - container_offset . top - container_margin ) + "px" ;
556
556
break ;
557
557
case "m" :
558
558
if ( options . height === "max" ) {
559
- container_offset . top = container_margin ;
560
- bottom_row = status . scroll . top + status . window . height ,
559
+ container_offset . top = container_margin ;
560
+ bottom_row = status . scroll . top + status . window . height ;
561
561
content_css [ "max-height" ] = ( bottom_row - 2 * container_margin ) + "px" ;
562
562
tip_offset . top = trigger_box . top - container_margin ;
563
563
} else {
@@ -568,7 +568,7 @@ define([
568
568
case "b" :
569
569
if ( options . height === "max" ) {
570
570
container_offset . top = 2 * container_margin ;
571
- bottom_row = status . scroll . top + status . window . height ,
571
+ bottom_row = status . scroll . top + status . window . height ;
572
572
content_css . height = ( bottom_row - 3 * container_margin ) + "px" ;
573
573
tip_offset . top = trigger_center . top - container_margin - tip_margin ;
574
574
} else {
0 commit comments