WIP on (no branch)
This commit is contained in:
parent
5a686da7f5
commit
73c290bb95
2 changed files with 4 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ swp-time-axis {
|
|||
left: 0;
|
||||
z-index: 3; /* Lower than header elements so it scrolls behind them */
|
||||
width: 60px;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ swp-hour-marker::after {
|
|||
left: 100%;
|
||||
width: 100vw;
|
||||
height: 1px;
|
||||
background: #d0d0d0;
|
||||
background: var(--color-hour-line);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
@ -297,6 +297,7 @@ swp-time-grid::before {
|
|||
left: 0;
|
||||
right: 0;
|
||||
background: var(--color-work-hours);
|
||||
min-width: calc(var(--week-days) * var(--day-column-min-width));
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue