From ee8cffa5b7fc15003ef2cec5ca0964bceea35352 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 14 Sep 2016 11:14:54 +0200 Subject: [PATCH] Fixed calculation of top offset for interactive dropdown --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index fbd6df27b5..c516402442 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1267,7 +1267,7 @@ WCF.Dropdown.Interactive.Instance = Class.extend({ bottom: '', left: '', right: '', - top: elById('pageHeader').clientHeight + 'px' + top: elById('pageHeaderPanel').clientHeight + 'px' }); } }).bind(this)); -- 2.20.1