VRFS-3205 : Add max height and scrolling to genre selector dialog.
This commit is contained in:
parent
2d1877926e
commit
d964cff2a3
|
|
@ -5,10 +5,17 @@
|
|||
min-height:initial;
|
||||
|
||||
.dialog-inner {
|
||||
display:block;
|
||||
overflow:auto;
|
||||
max-height:300px;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.genres {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -6,8 +6,9 @@
|
|||
.dialog-inner
|
||||
%span{id: 'instructions'}
|
||||
%br{:clear => "all"}/
|
||||
%br{:clear => "all"}/
|
||||
.genres
|
||||
.content-body
|
||||
.content-body-scroller
|
||||
.genres
|
||||
|
||||
.right.action-buttons
|
||||
%a.button-grey.btn-cancel-dialog{'layout-action' => 'cancel'} CANCEL
|
||||
|
|
|
|||
Loading…
Reference in New Issue