Skip to content

Commit e527f93

Browse files
authored
Merge pull request #18 from alces-software/feature/sticky-navbar
Sticky navbar
2 parents 639372f + 656523e commit e527f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/partials/_navbar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if signed_in? %>
2-
<nav class="navbar navbar-expand-lg navbar-dark mb-1">
2+
<nav class="navbar navbar-expand-lg navbar-dark mb-1 sticky-top">
33
<a class="navbar-brand" href="<%= root_path %>">
44
<%= image_tag 'moosebird.png', size: '40x25', class: 'mb-1' %>
55
<%= Rails.application.config.application_name %> Appliance

0 commit comments

Comments
 (0)