From 3c8294090f541333ae529e55f39f5b001d488058 Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Sat, 25 Oct 2025 02:37:00 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=83=96=E3=83=AB=E3=81=AE=E6=9C=80=E5=A4=A7=E5=B9=85=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _pages/time-table.html | 6 +++--- _sass/pages/time-table.scss | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/_pages/time-table.html b/_pages/time-table.html index 954ec8f8..13298a1c 100644 --- a/_pages/time-table.html +++ b/_pages/time-table.html @@ -17,13 +17,13 @@ {% assign total_slots = tte.total_slots %} {% assign total_rooms = tte.total_rooms %} -
+

タイムテーブル TIME TABLE

-
- +
+
diff --git a/_sass/pages/time-table.scss b/_sass/pages/time-table.scss index d1c1658e..e0e6b5b0 100644 --- a/_sass/pages/time-table.scss +++ b/_sass/pages/time-table.scss @@ -1,16 +1,3 @@ -/* ====== スクロール容器 ====== */ -.ttable-wrap{ - position: relative; - width: 100%; - max-width: 100%; - overflow-x: auto; - overflow-y: visible; - -webkit-overflow-scrolling: touch; - overscroll-behavior-x: contain; - contain: content; - scrollbar-gutter: stable both-edges; -} - /* ====== テーブル ====== PCでも「時間は4桁」「会場は全文表示」できるように table-layout: fixed と最小幅制約を組み合わせる
時間