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
|
@ -7,12 +7,17 @@
|
||||||
Social Realm
|
Social Realm
|
||||||
<i class="fa fa-angle-down"></i>
|
<i class="fa fa-angle-down"></i>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="realm-dropmenu">
|
<div class="realm-dropmenu">
|
||||||
|
<!-- if it has more than 5 it generates a scroll bar -->
|
||||||
<ul>
|
<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>
|
||||||
|
<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>
|
</ul>
|
||||||
<div class="realm-add">
|
<div class="realm-add">
|
||||||
<a href="#" class="btn btn-sm btn-block btn-primary">Add Realm</a>
|
<a href="#" class="btn btn-sm btn-block btn-primary">Add Realm</a>
|
||||||
|
|
|
@ -247,6 +247,8 @@ table {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-y:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -254,7 +256,7 @@ table {
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
border-bottom: 1px solid #d5d5d6;
|
border-bottom: 1px solid #d5d5d6;
|
||||||
line-height: 40px;
|
line-height: 39px;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue