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
|
|
@ -281,7 +281,6 @@ swp-calendar[data-view="month"] swp-calendar-container {
|
|||
/* Loading state for month view */
|
||||
swp-calendar[data-view="month"][data-loading="true"] .month-grid {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Month view navigation animation support */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue