wip
This commit is contained in:
parent
ca09fd13a6
commit
a501f02d61
3 changed files with 11 additions and 24 deletions
|
|
@ -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: '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue