We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 639372f + 656523e commit e527f93Copy full SHA for e527f93
app/views/partials/_navbar.html.erb
@@ -1,5 +1,5 @@
1
<% if signed_in? %>
2
- <nav class="navbar navbar-expand-lg navbar-dark mb-1">
+ <nav class="navbar navbar-expand-lg navbar-dark mb-1 sticky-top">
3
<a class="navbar-brand" href="<%= root_path %>">
4
<%= image_tag 'moosebird.png', size: '40x25', class: 'mb-1' %>
5
<%= Rails.application.config.application_name %> Appliance
0 commit comments