Fixed nickname & connection info table scrollbars

This commit is contained in:
Rsl1122 2019-09-15 15:42:08 +03:00
parent 03fcd5e893
commit 72386b7b7f

View File

@ -210,31 +210,35 @@
<h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-signature"></i> <h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-signature"></i>
Seen Nicknames</h6> Seen Nicknames</h6>
</div> </div>
<table class="table table-striped scrollbar mb-0"> <div class="scrollbar">
<thead class="bg-purple"> <table class="table table-striped mb-0">
<tr> <thead class="bg-purple">
<th><i class="fa fa-fw fa-signature"></i> Nickname</th> <tr>
<th><i class="fa fa-fw fa-server"></i> Server</th> <th><i class="fa fa-fw fa-signature"></i> Nickname</th>
<th><i class="far fa-fw fa-clock"></i> Last Seen</th> <th><i class="fa fa-fw fa-server"></i> Server</th>
</tr> <th><i class="far fa-fw fa-clock"></i> Last Seen</th>
</thead> </tr>
<tbody id="data_nicknames"></tbody> </thead>
</table> <tbody id="data_nicknames"></tbody>
</table>
</div>
</div> </div>
<div class="card shadow mb-4"> <div class="card shadow mb-4">
<div class="card-header py-3"> <div class="card-header py-3">
<h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-wifi"></i> <h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-wifi"></i>
Connection information</h6> Connection information</h6>
</div> </div>
<table class="table table-striped scrollbar mb-0"> <div class="scrollbar">
<thead class="bg-green"> <table class="table table-striped mb-0">
<tr> <thead class="bg-green">
<th><i class="fa fa-fw fa-globe"></i> Country</th> <tr>
<th><i class="far fa-fw fa-clock"></i> Last Connected</th> <th><i class="fa fa-fw fa-globe"></i> Country</th>
</tr> <th><i class="far fa-fw fa-clock"></i> Last Connected</th>
</thead> </tr>
<tbody id="data_connections"></tbody> </thead>
</table> <tbody id="data_connections"></tbody>
</table>
</div>
</div> </div>
</div> </div>