Skip to content

Commit 2ef0bbe

Browse files
committed
timeline.less: Restore responsivness
fixes #357
1 parent 626d0c6 commit 2ef0bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/css/timeline.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.timeline {
44
display: flex;
55
flex-direction: column;
6-
overflow: hidden;
6+
overflow-x: hidden;
77

88
.time-grid {
99
--sidebarWidth: 12em;
@@ -13,13 +13,13 @@
1313
position: relative;
1414

1515
&:has(.timescale) {
16-
margin-right: 1em; // make midnight timestamp visible
16+
margin-right: 1em; // make midnight timestamp visible
1717
}
1818

1919
.time-grid-header {
2020
box-sizing: border-box;
2121
position: sticky;
22-
z-index: 2; // overlap the .clock .time-hand
22+
z-index: 3; // overlap everything
2323
top: 0;
2424
height: var(--daysHeaderHeight);
2525
}

0 commit comments

Comments
 (0)