Skip to content

🐛 Fix: Allow cursor change to row-resize by using z-index in StyledEventScaler #249

Merged
tyler-dane merged 1 commit intomainfrom
fix/248-cursor-resize
Feb 4, 2025
Merged

🐛 Fix: Allow cursor change to row-resize by using z-index in StyledEventScaler #249
tyler-dane merged 1 commit intomainfrom
fix/248-cursor-resize

Conversation

@tyler-dane
Copy link
Contributor

@tyler-dane tyler-dane commented Feb 4, 2025

Closes #248

The z-index of the text in the event rectangle was preventing the cursor from changing. Increasing the z-index of the scalers fixed thid.


This pull request includes changes to enhance the styling of event scalers in the calendar view by adding a zIndex property. The most important changes include modifications to the ScalerProps interface and the StyledEventScaler component to support the new zIndex property.

Styling enhancements:

@tyler-dane tyler-dane changed the title ✨ Feat: Add zIndex prop to StyledEventScaler for improved layering 🐛 Fix: Allow cursor change to row-resize by using z-index in StyledEventScaler Feb 4, 2025
@tyler-dane tyler-dane marked this pull request as ready for review February 4, 2025 16:37
@tyler-dane tyler-dane merged commit 8b6ccc3 into main Feb 4, 2025
3 checks passed
@tyler-dane tyler-dane deleted the fix/248-cursor-resize branch February 4, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cursor does not change to row-resize when hovering over event border

1 participant