enable scrolling for army overview member detail

pull/1/head
Florian Hartwich 2017-05-18 15:05:36 +02:00
parent a6790f55a2
commit 12f63492cf
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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">