Skip to content

Commit

Permalink
remove fixed top registrar navbar css class
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed Jul 29, 2022
1 parent 73a4364 commit 56eeed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/registrar/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= favicon_link_tag 'favicon.ico' %>
</head>
<body class="<%= body_css_class %>">
<nav class="navbar navbar-default navbar-fixed-top">
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#navbar" data-toggle="collapse" type="button">
Expand Down

0 comments on commit 56eeed0

Please sign in to comment.