@@ -50,11 +50,13 @@
}
.post{
position: fixed;
- top: 20%;
+ top: 10%;
border: 1px solid #ccc;
background: #fff;
- width: 300px;
+ width: 350px;
padding: 10px;
+ overflow-y: scroll;
+ height: 90%;
</style>
<section class="content">
@@ -77,7 +79,7 @@
<td>
{{$item->code}} {{$item->name}}
</td>
- <td>
+ <td style="padding: 10px">
{{$item->requirement}}
</tr>