Set sidebar background using Bootstrap class

This commit is contained in:
Anton Khorev 2024-04-06 17:59:24 +03:00
parent 7d7126736e
commit 57941554f7
2 changed files with 1 additions and 2 deletions

View file

@ -327,7 +327,6 @@ body.small-nav {
#sidebar {
float: left;
width: $sidebarWidth;
background: #fff;
#sidebar_loader {
display: none;

View file

@ -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">