From: Tim Düsterhus Date: Mon, 10 Oct 2016 12:49:49 +0000 (+0200) Subject: Increase MOVED_VERTICALLY to 20 X-Git-Tag: 3.0.0_Beta_3~50^2~22 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ea29555d1c5b39aa07aa5b39c739ffb7aed6b53;p=GitHub%2FWoltLab%2FWCF.git Increase MOVED_VERTICALLY to 20 --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js index 2d059d2c52..b9ce96605e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js @@ -169,7 +169,7 @@ define(['Core', 'Environment', 'EventHandler', 'Language', 'ObjectMap', 'Dom/Tra var appearsAt, backdrop, touchStart; /** @const */ var AT_EDGE = 20; /** @const */ var MOVED_HORIZONTALLY = 5; - /** @const */ var MOVED_VERTICALLY = 10; + /** @const */ var MOVED_VERTICALLY = 20; // specify on which side of the page the menu appears switch (this._menu.id) {