feat: スクロール幅調整
This commit is contained in:
parent
8c6dd39c59
commit
ff911ee83e
@ -53,6 +53,11 @@ table{
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.scroll_workhistory{
|
||||
width: 95%;
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
||||
.scroll_table::-webkit-scrollbar {
|
||||
height: 5px;
|
||||
width: 10px;
|
||||
|
||||
@ -176,7 +176,7 @@
|
||||
</table>
|
||||
<!-- 勤務先履歴 -->
|
||||
<h1 class="wrkplaceH1">勤務先履歴</h1>
|
||||
<div class="scroll_table">
|
||||
<div class="scroll_table scroll_workhistory">
|
||||
<table class="tablesorter wrkplaceTable" _fixedhead='rows:1; cols:0; border-color:gray; border-width:2px;'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user