From d964cff2a3d832fa5e775e7fa9727826d7f324a3 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Wed, 6 May 2015 16:34:36 -0500 Subject: [PATCH] VRFS-3205 : Add max height and scrolling to genre selector dialog. --- .../stylesheets/dialogs/genreSelectorDialog.css.scss | 7 +++++++ web/app/views/dialogs/_genreSelectorDialog.html.haml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/app/assets/stylesheets/dialogs/genreSelectorDialog.css.scss b/web/app/assets/stylesheets/dialogs/genreSelectorDialog.css.scss index c23ea586f..22294b3b0 100644 --- a/web/app/assets/stylesheets/dialogs/genreSelectorDialog.css.scss +++ b/web/app/assets/stylesheets/dialogs/genreSelectorDialog.css.scss @@ -5,10 +5,17 @@ min-height:initial; .dialog-inner { + display:block; + overflow:auto; + max-height:300px; color:white; } .action-buttons { margin-bottom:10px; } + + .genres { + + } } \ No newline at end of file diff --git a/web/app/views/dialogs/_genreSelectorDialog.html.haml b/web/app/views/dialogs/_genreSelectorDialog.html.haml index db65167e9..3f1776d9f 100644 --- a/web/app/views/dialogs/_genreSelectorDialog.html.haml +++ b/web/app/views/dialogs/_genreSelectorDialog.html.haml @@ -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