mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
SlotSelect event not firing in month view. Fixes #2482
This commit is contained in:
@@ -464,6 +464,8 @@ $scheduler-highlight-background-color: rgba(255,220,40,.2) !default;
|
||||
.rz-slot {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
align-items: flex-start;
|
||||
|
||||
&:first-child {
|
||||
border-inline-start: none;
|
||||
@@ -475,7 +477,6 @@ $scheduler-highlight-background-color: rgba(255,220,40,.2) !default;
|
||||
align-items: baseline;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Planner View
|
||||
|
||||
Reference in New Issue
Block a user