From 38abd0414123225e570d8f9419415cb33d99a43f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 21 Jan 2016 13:27:57 +0100 Subject: [PATCH] Slightly increased dropdown offset --- wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js index de947c190b..0a29ef030d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js @@ -23,7 +23,7 @@ define(['Core', 'Language', 'Dom/Traverse', 'Dom/Util'], function(Core, Language set: function(el, ref, options) { options = Core.extend({ // offset to reference element - verticalOffset: 7, + verticalOffset: 10, // align the pointer element, expects .elementPointer as a direct child of given element pointer: false, -- 2.20.1