From 9ed8cea30790e380de6fa6c30b8461bed219b659 Mon Sep 17 00:00:00 2001
From: Michael <michael.danielczok@gmail.com>
Date: Thu, 22 Dec 2016 09:48:52 +0100
Subject: [PATCH] =?UTF-8?q?fix:=20Standardwert=20r=C3=BCckg=C3=A4ngig=20ge?=
 =?UTF-8?q?macht.=20War=20nur=20Test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/QUI/Menu/MegaMenu.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/QUI/Menu/MegaMenu.php b/src/QUI/Menu/MegaMenu.php
index e60e461..71c61f2 100644
--- a/src/QUI/Menu/MegaMenu.php
+++ b/src/QUI/Menu/MegaMenu.php
@@ -64,7 +64,7 @@ public function getBody()
         $this->Mobile->setAttribute('Site', $this->getSite());
 
         $this->Mobile->setAttribute('data-menu-right', 10);
-        $this->Mobile->setAttribute('data-menu-top', 123);
+        $this->Mobile->setAttribute('data-menu-top', 15);
         $this->Mobile->setAttribute('data-show-button-on-desktop', 0);
         $this->Mobile->setAttribute('data-qui-options-menu-width', 400);
         $this->Mobile->setAttribute('data-qui-options-menu-button', 0);
-- 
GitLab