From cac03fa31e808803b09da681c3f29f37f1c34700 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 30 Jan 2015 22:48:24 +0100 Subject: [PATCH] change fixed to static --- app/views/static/_mobile-nav.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/_mobile-nav.html.haml b/app/views/static/_mobile-nav.html.haml index cedf46c2..4ab992a0 100644 --- a/app/views/static/_mobile-nav.html.haml +++ b/app/views/static/_mobile-nav.html.haml @@ -1,4 +1,4 @@ -%nav.navbar.navbar-default.navbar-fixed-top.visible-xs{role: "navigation"} +%nav.navbar.navbar-default.navbar-static-top.visible-xs{role: "navigation"} .container .navbar-header %button.navbar-toggle{"data-target" => "#j2-tl-navbar-collapse", "data-toggle" => "collapse", type: "button"}