Skip to content

Commit

Permalink
Merge branch 'dthorell-datasources_scrollable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Sep 16, 2016
2 parents af92cb5 + fff5a27 commit 787f1dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/bootstrap-combobox.css
Expand Up @@ -109,3 +109,9 @@
max-height: 300px;
overflow-y: auto;
}

.scrollable-menu {
height: auto;
max-height: 600px;
overflow-x: hidden;
}
2 changes: 1 addition & 1 deletion views/navbar.php
Expand Up @@ -21,7 +21,7 @@ class="dropdown-toggle"
<b class="caret"></b>

</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu scrollable-menu">
<?php foreach ($datasources as $ds) { ?>
<li><a href="<?php echo site_url().'?action=report&datasource='.$ds; ?>"><?php echo $ds; ?></a></li>
<?php } ?>
Expand Down

0 comments on commit 787f1dd

Please sign in to comment.