Skip to content

Commit 847d7ea

Browse files
committed
fix: 日付情報を消去したのと, 縦方向のstickyを消去
1 parent b71a202 commit 847d7ea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_pages/time-table.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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 %}

_sass/pages/time-table.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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;

0 commit comments

Comments
 (0)