mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: support overlapping timetable dates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user