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 {
|
.d-dropdown {
|
||||||
display: none;
|
display: none;
|
||||||
width: 320px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 320px;
|
||||||
|
max-height: 417px;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
|
overflow: auto;
|
||||||
border: 1px solid $primary_border_color;
|
border: 1px solid $primary_border_color;
|
||||||
background-color: $primary_background_color;
|
background-color: $primary_background_color;
|
||||||
@include box-shadow(0 2px 2px rgba($primary_shadow_color, .4));
|
@include box-shadow(0 2px 2px rgba($primary_shadow_color, .4));
|
||||||
|
|
Loading…
Reference in New Issue