This commit is contained in:
Janus C. H. Knudsen 2026-01-14 23:56:53 +01:00
parent 61b777b61c
commit d27116c0dd
3 changed files with 8 additions and 12 deletions

View file

@ -889,6 +889,11 @@ swp-schedule-scroll {
overflow-x: auto;
}
/* Når drawer er åben: giv plads til drawer med margin */
body.schedule-drawer-open swp-schedule-scroll {
margin-right: var(--drawer-width, 420px);
}
/* ===========================================
WORK SCHEDULE TABLE
=========================================== */