fix(vertical menu): fix display of vertical menu
Fixed bug with vertical popup menu for categories not displaying properly with large category sets. Fix #69
This commit is contained in:
		| @@ -56,6 +56,9 @@ elseif (preg_match('/report/', $script_name)) { | ||||
|     if (id && typeof id == 'string') { | ||||
|       $('#' + id).show(); | ||||
|     } | ||||
| 	var ele = $('#' + id).parent().children('dt'); | ||||
| 	$('#' + id).css('left', ele.position().left + ele.width()); | ||||
| 	$('#' + id).css('top', ele.position().top + ele.height()); | ||||
|   } | ||||
| </script> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user