This commit is contained in:
Janus Knudsen 2025-08-05 18:32:24 +02:00
parent ca09fd13a6
commit a501f02d61
3 changed files with 11 additions and 24 deletions

View file

@ -213,7 +213,17 @@ swp-hour-marker::after {
pointer-events: none;
z-index: 2; /* Ensure it appears above other elements */
}
swp-hour-marker::before {
content: '';
position: absolute;
top: 0;
left: 100%;
width: calc(100vw - 60px); /* Full viewport width minus time-axis width */
height: 1px;
background: var(--color-hour-line);
pointer-events: none;
z-index: 2; /* Ensure it appears above other elements */
}
/* Add hour lines to time-grid as background */
swp-time-grid {
content: '';