Skip to content

Commit

Permalink
removed height attribute from sidebar so background displays well on …
Browse files Browse the repository at this point in the history
…scroll
  • Loading branch information
esoergel committed Jun 26, 2013
1 parent 6cd1a5d commit efde771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/worldmap/static/css/hackathon.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ body{
}

.sidebar {
/*Do not set height on this
one otherwise scrolling will be weird*/
background-color: #E2DFCD;
position: absolute;
padding: 150px 10px 0;
width: 25%;
z-index: 100;
right: 0;
height: 100%;
left: auto;
box-shadow: -5px 5px 12px #777;
}
Expand Down

0 comments on commit efde771

Please sign in to comment.