Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/css/timeline.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.timeline {
display: flex;
flex-direction: column;
overflow: hidden;
overflow-x: hidden;

.time-grid {
--sidebarWidth: 12em;
Expand All @@ -13,13 +13,13 @@
position: relative;

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

.time-grid-header {
box-sizing: border-box;
position: sticky;
z-index: 2; // overlap the .clock .time-hand
z-index: 3; // overlap everything
top: 0;
height: var(--daysHeaderHeight);
}
Expand Down
Loading