Improves click handling on calendar elements
Removes `pointer-events: none` from various calendar elements. This ensures that the elements are correctly interactive, allowing the user to click on them as intended.
This commit is contained in:
parent
3982e2f25f
commit
e2cf4d1e04
5 changed files with 0 additions and 17 deletions
|
|
@ -158,7 +158,6 @@ swp-snap-indicator {
|
|||
right: 0;
|
||||
height: 2px;
|
||||
background: var(--color-primary);
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transition: opacity var(--transition-fast);
|
||||
z-index: var(--z-drag-ghost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue