fixes realm selector when there are too many realms on the list

This commit is contained in:
Andres Galante 2015-07-02 16:55:42 -03:00
parent be62d1a915
commit 2713af189f
2 changed files with 9 additions and 2 deletions

View file

@ -7,12 +7,17 @@
Social Realm
<i class="fa fa-angle-down"></i>
</h2>
<div class="realm-dropmenu">
<div class="realm-dropmenu">
<!-- if it has more than 5 it generates a scroll bar -->
<ul>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
<li><a href="#">Name of the Realm</a></li>
</ul>
<div class="realm-add">
<a href="#" class="btn btn-sm btn-block btn-primary">Add Realm</a>

View file

@ -247,6 +247,8 @@ table {
padding-left: 0;
margin: 0;
list-style: none;
max-height: 200px;
overflow-y:auto;
}
@ -254,7 +256,7 @@ table {
line-height: 60px;
padding: 0 20px;
border-bottom: 1px solid #d5d5d6;
line-height: 40px;
line-height: 39px;
display: block;
font-size: 14px;
}