Merge pull request #2302 from awesomerobot/master

updating d-dropdown so long lists of categories can scroll
This commit is contained in:
Régis Hanol 2014-04-29 15:57:00 +02:00
commit 23ed5e0851
1 changed files with 3 additions and 1 deletions

View File

@ -148,11 +148,13 @@
.d-dropdown {
display: none;
width: 320px;
position: absolute;
width: 320px;
max-height: 417px;
top: 100%;
right: 0;
z-index: 1100;
overflow: auto;
border: 1px solid $primary_border_color;
background-color: $primary_background_color;
@include box-shadow(0 2px 2px rgba($primary_shadow_color, .4));