Skip to content

Commit fa0427d

Browse files
committed
Fix layout problems with the navbar laying on top of content
1 parent 6986821 commit fa0427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<%= stylesheet_link_tag "application", :media => "all" %>
1212
</head>
1313
<body>
14-
<nav class="navbar navbar-fixed-top">
14+
<nav class="navbar navbar-static-top">
1515
<div class="navbar-inner">
1616
<div class="container-fluid">
1717
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">

0 commit comments

Comments
 (0)