enable scrolling for army overview member detail
parent
a6790f55a2
commit
12f63492cf
|
@ -1,6 +1,8 @@
|
|||
.overview {
|
||||
position: fixed;
|
||||
width: 75%;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
padding-left: 50px;
|
||||
padding-top: 20px;
|
||||
margin-left: 10px;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{{user.username}}</h3>
|
||||
|
||||
<div class="pull-left" style="margin-top:20px;">
|
||||
<div class="table-container">
|
||||
<div class="table-container" style="width: 75%; min-width: 500px">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr class="table-head">
|
||||
|
|
Loading…
Reference in New Issue