feat: support overlapping timetable dates

This commit is contained in:
Thea Schöbl
2022-03-25 10:52:40 +00:00
parent 2e2a5897b8
commit 93c37b26cc
6 changed files with 282 additions and 37 deletions

View File

@@ -14,12 +14,7 @@
*/
.schedule-card {
position: absolute;
top: 13px;
left: 0;
z-index: 4;
width: 100%;
overflow: hidden;
}
div {
@@ -27,6 +22,22 @@ div {
width: 100%;
}
.horizontal-group {
position: absolute;
top: 13px;
left: 0;
grid-column: 1;
grid-row: 1;
width: 100%;
box-sizing: border-box;
max-width: inherit;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.vertical-line {
position: absolute;
top: 0;