Merge pull request #2302 from awesomerobot/master
updating d-dropdown so long lists of categories can scroll
This commit is contained in:
commit
23ed5e0851
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue