Skip to content

Commit

Permalink
handle long shop lists
Browse files Browse the repository at this point in the history
  • Loading branch information
meeech committed Oct 27, 2013
1 parent 9006b90 commit 05956c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ input[name=id] {
.add-shop-action{position:absolute; bottom:0; width: 100%; background: #d6d6d6; padding:20px 0; border-top: 1px solid #bbb;}
.add-shop{width:170px; margin:0 auto;}

/* SHOP Sidebar */
div.shop-list {
height: 368px;
overflow: auto;
}

/* =============== */
/* = Themes Area = */
/* =============== */
Expand Down

0 comments on commit 05956c2

Please sign in to comment.