fixed scrolling on home page

This commit is contained in:
Connor Turland 2014-06-11 10:38:08 -04:00
parent 140a526226
commit 5dd848abcf
2 changed files with 4 additions and 1 deletions

View file

@ -90,6 +90,9 @@ body,
height: 100%;
overflow: hidden;
}
.unauthenticated .wrapper.homePage {
overflow: auto;
}
/* scrollbar override */
.maps > div > div.mCS_no_scrollbar {

View file

@ -46,7 +46,7 @@
<%= content_tag :div, class: authenticated? ? "main authenticated" : "main unauthenticated" do %>
<div class="wrapper" id="wrapper">
<div class="wrapper <%= controller_name == "main" && action_name == "home" ? "homePage" : "" %>" id="wrapper">
<div class="sidebarSearch">
<div class="sidebarSearchIcon"></div>
<input type="text" class="sidebarSearchField"></input>