wip
This commit is contained in:
parent
209ae0830d
commit
26a4544c09
1 changed files with 6 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue