File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,8 @@ <h2 class="text-4xl text-center mb-8">
2424 </ h2 >
2525 < div class ="overflow-x-auto border-[1px] border-[#e6e6e9] " aria-label ="タイムテーブル(横スクロール可) ">
2626 < table class ="ttable " style ="--room-count: {{ rooms | size }}; ">
27- < caption >
28- {{ site.date_event }} のタイムテーブル
29- </ caption >
3027 < thead >
31- < tr class =" sticky z-5 " >
28+ < tr >
3229 < th scope ="col " class ="ttable__th ttable__th--start "> 時間</ th >
3330 {% comment %} ルーム単位でヘッダーを描画 {% endcomment %}
3431 {% for room in rooms %}
Original file line number Diff line number Diff line change 3131 padding : 10px 12px ;
3232}
3333.ttable thead th {
34- position : sticky ; top : 0 ; z-index : 3 ;
3534 background : #fafafa ;
3635 border-bottom : 1px solid #e6e6e9 ;
3736 padding : 10px 12px ;
You can’t perform that action at this time.
0 commit comments