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