fixes realm selector when there are too many realms on the list
This commit is contained in:
parent
be62d1a915
commit
2713af189f
2 changed files with 9 additions and 2 deletions
|
@ -8,11 +8,16 @@
|
|||
<i class="fa fa-angle-down"></i>
|
||||
</h2>
|
||||
<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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue