Skip to content

Commit

Permalink
Set sidebar background using Bootstrap class
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Apr 6, 2024
1 parent 7d71267 commit 5794155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/common.scss
Expand Up @@ -327,7 +327,6 @@ body.small-nav {
#sidebar {
float: left;
width: $sidebarWidth;
background: #fff;

#sidebar_loader {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/map.html.erb
Expand Up @@ -21,7 +21,7 @@
<% end %>
<% content_for :content do %>
<div id="sidebar">
<div id="sidebar" class="bg-body">
<%= render :partial => "layouts/search", :locals => { :autofocus => true } %>

<div id="flash">
Expand Down

0 comments on commit 5794155

Please sign in to comment.