From 61b777b61c34ceb578b57aa13de60cfe88c5714c Mon Sep 17 00:00:00 2001 From: "Janus C. H. Knudsen" Date: Wed, 14 Jan 2026 23:50:45 +0100 Subject: [PATCH] working scrolbar --- PlanTempus.Application/wwwroot/css/employees.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PlanTempus.Application/wwwroot/css/employees.css b/PlanTempus.Application/wwwroot/css/employees.css index 873e871..d3fc766 100644 --- a/PlanTempus.Application/wwwroot/css/employees.css +++ b/PlanTempus.Application/wwwroot/css/employees.css @@ -884,7 +884,6 @@ swp-data-row.focus-highlight { =========================================== */ swp-schedule-scroll { display: block; - width: fit-content; max-width: var(--page-max-width); margin: 0 auto; overflow-x: auto; @@ -896,7 +895,7 @@ swp-schedule-scroll { swp-schedule-table { display: grid; grid-template-columns: 180px repeat(7, minmax(100px, 1fr)); - width: max-content; + min-width: max-content; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--color-border);