This commit is contained in:
Janus Knudsen 2025-08-01 23:58:30 +02:00
parent 209ae0830d
commit 26a4544c09

View file

@ -164,6 +164,7 @@ swp-bottom-middle-spacer {
background: #f0f0f0; background: #f0f0f0;
border-top: 2px solid #333; border-top: 2px solid #333;
overflow: hidden; overflow: hidden;
position: relative;
} }
@ -302,7 +303,11 @@ swp-time-grid::before {
/* Grid lines */ /* Grid lines */
swp-grid-lines { swp-grid-lines {
position: absolute; position: absolute;
inset: 0; top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 1750px; /* Match day-columns width */
pointer-events: none; pointer-events: none;
z-index: var(--z-grid); z-index: var(--z-grid);
background-image: repeating-linear-gradient( background-image: repeating-linear-gradient(