Increase MOVED_VERTICALLY to 20
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 10 Oct 2016 12:49:49 +0000 (14:49 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 10 Oct 2016 12:50:17 +0000 (14:50 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js

index 2d059d2c52777fc246a0b0aead6c18b8551818b2..b9ce96605e64b417dce9f3b7edd1780cc1bb59db 100644 (file)
@@ -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) {