File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h2 class="text-4xl text-center mb-8">
22
22
Time table
23
23
< span class ="block mt-3 text-2xl "> タイムテーブル</ span >
24
24
</ h2 >
25
- < div class ="overflow-x-auto overflow-y-auto h-[500px] border-[1px] border-[#e6e6e9] " aria-label ="タイムテーブル(横スクロール可) ">
25
+ < div class ="overflow-x-auto border-[1px] border-[#e6e6e9] " aria-label ="タイムテーブル(横スクロール可) ">
26
26
< table class ="ttable " style ="--room-count: {{ rooms | size }}; ">
27
27
< caption >
28
28
{{ site.date_event }} のタイムテーブル
@@ -62,11 +62,9 @@ <h2 class="text-4xl text-center mb-8">
62
62
rowspan ="{{ event.duration }} "
63
63
style ="--span: {{ event.duration }}; ">
64
64
< div class ="ttable__event " style ="--accent: {{ accent }}; ">
65
- < div class ="sticky top-[50px] ">
66
- < div class ="ttable__event-time " > {{ event.start }}–{{ event.end }}</ div >
67
- < div class ="ttable__event-title "> {{ event.title }}</ div >
68
- {% if event.subtitle %}< div class ="ttable__event-subtitle "> {{ event.subtitle }}</ div > {% endif %}
69
- </ div >
65
+ < div class ="ttable__event-time " > {{ event.start }}–{{ event.end }}</ div >
66
+ < div class ="ttable__event-title "> {{ event.title }}</ div >
67
+ {% if event.subtitle %}< div class ="ttable__event-subtitle "> {{ event.subtitle }}</ div > {% endif %}
70
68
{% if event.badge %}< span class ="ttable__badge "> {{ event.badge }}</ span > {% endif %}
71
69
{% if event.note %}< div class ="ttable__event-note "> {{ event.note }}</ div > {% endif %}
72
70
</ div >
Original file line number Diff line number Diff line change 4
4
width : 100% ;
5
5
max-width : 100% ;
6
6
overflow-x : auto ;
7
- overflow-y : auto ;
7
+ overflow-y : visible ;
8
8
-webkit-overflow-scrolling : touch ;
9
+ overscroll-behavior-x : contain ;
9
10
contain : content ;
11
+ scrollbar-gutter : stable both- edges;
10
12
}
11
13
12
14
/* ====== テーブル ======
You can’t perform that action at this time.
0 commit comments