From 903c3d15d6fbd55e5c08a41d6ff96e69d010f92d Mon Sep 17 00:00:00 2001 From: Nicolas Porion Date: Tue, 17 Mar 2015 11:50:17 +0100 Subject: [PATCH 1/3] Update menu_elastic.css --- css/menu_elastic.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/menu_elastic.css b/css/menu_elastic.css index 679176f..beff6f2 100644 --- a/css/menu_elastic.css +++ b/css/menu_elastic.css @@ -115,7 +115,8 @@ body, /* Menu */ .menu-wrap { - position: absolute; + position: fixed; + top: 0; z-index: 1001; width: 300px; height: 100%; @@ -184,4 +185,4 @@ body, transition: opacity 0.3s; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -} \ No newline at end of file +} From 4a6c450956262a5fe0cf12937f7df5560dc14532 Mon Sep 17 00:00:00 2001 From: Nicolas Porion Date: Tue, 17 Mar 2015 11:51:24 +0100 Subject: [PATCH 2/3] Update menu_sideslide.css --- css/menu_sideslide.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/menu_sideslide.css b/css/menu_sideslide.css index 3a0c093..7a16a8d 100644 --- a/css/menu_sideslide.css +++ b/css/menu_sideslide.css @@ -115,7 +115,8 @@ body, /* Menu */ .menu-wrap { - position: absolute; + position: fixed; + top: 0; z-index: 1001; width: 300px; height: 100%; @@ -218,4 +219,4 @@ body, transition-timing-function: cubic-bezier(0.7,0,0.3,1); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -} \ No newline at end of file +} From a9d6ca8c786cfdad08bd249e08fecaf33981ed60 Mon Sep 17 00:00:00 2001 From: Nicolas Porion Date: Tue, 17 Mar 2015 11:52:12 +0100 Subject: [PATCH 3/3] Update menu_bubble.css --- css/menu_bubble.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/menu_bubble.css b/css/menu_bubble.css index af8c541..9e55005 100644 --- a/css/menu_bubble.css +++ b/css/menu_bubble.css @@ -115,7 +115,8 @@ body, /* Menu */ .menu-wrap { - position: absolute; + position: fixed; + top: 0; z-index: 1001; width: 280px; height: 100%; @@ -200,4 +201,4 @@ body, opacity: 1; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; -} \ No newline at end of file +}