This commit is contained in:
Janus C. H. Knudsen 2026-01-14 23:36:30 +01:00
parent 3214cbdc16
commit 0c40bbe780
2 changed files with 15 additions and 2 deletions

View file

@ -879,12 +879,23 @@ swp-data-row.focus-highlight {
}
}
/* ===========================================
SCHEDULE SCROLL CONTAINER
=========================================== */
swp-schedule-scroll {
display: block;
width: 800px;
margin: 0 auto;
overflow-x: auto;
}
/* ===========================================
WORK SCHEDULE TABLE
=========================================== */
swp-schedule-table {
display: grid;
grid-template-columns: 180px repeat(7, minmax(100px, 1fr));
width: max-content;
border-radius: var(--radius-md);
overflow: hidden;
border: 1px solid var(--color-border);