diff --git a/PlanTempus.Application/wwwroot/css/employees.css b/PlanTempus.Application/wwwroot/css/employees.css index 92b2e5d..1d79a2e 100644 --- a/PlanTempus.Application/wwwroot/css/employees.css +++ b/PlanTempus.Application/wwwroot/css/employees.css @@ -889,9 +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); +/* Når drawer er åben: page-container skal fylde ud til drawer */ +body.schedule-drawer-open swp-tab-content[data-tab="schedule"] swp-page-container { + max-width: none; + margin: 0; + padding-right: var(--drawer-width, 420px); } /* ===========================================