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);