fix(scheduler): resolve EventCalendar styling, drag-drop, height, and…#221
Merged
roncodes merged 1 commit intodev-v0.6.39from Apr 6, 2026
Merged
Conversation
… header overflow - CSS: add comprehensive --ec-* variable overrides matching Fleetbase Tailwind palette (gray-50/100/200/300/400, indigo-600, white/gray-900 bg) for both light and dark mode; style toolbar, sidebar, resource labels, events, now-indicator, and scrollbars - Drag-drop: add onCalendarDragLeave action to clear the drag-over highlight when the pointer exits the timeline container; add dragleave event listener to the timeline div; add data-dragging-over attribute management in both onCalendarDragOver and onCalendarDrop so the CSS highlight fires correctly - Height: add fleet-ops-scheduler-tab-nav containerClass to the TabNavigation wrapper; add scoped CSS to make the tab-navigation display:flex flex-col, tab-content flex:1 min-h-0, next-view-section-body flex:1 min-h-0, and fleet-ops-scheduler-container flex:1 min-h-0 so the timeline fills the full viewport height - Header overflow: constrain next-view-section-subheader to max-width:100% overflow:hidden and allow next-view-section-subheader-actions to flex-shrink and flex-wrap so all action buttons remain visible and usable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… header overflow
CSS: add comprehensive --ec-* variable overrides matching Fleetbase Tailwind palette (gray-50/100/200/300/400, indigo-600, white/gray-900 bg) for both light and dark mode; style toolbar, sidebar, resource labels, events, now-indicator, and scrollbars
Drag-drop: add onCalendarDragLeave action to clear the drag-over highlight when the pointer exits the timeline container; add dragleave event listener to the timeline div; add data-dragging-over attribute management in both onCalendarDragOver and onCalendarDrop so the CSS highlight fires correctly
Height: add fleet-ops-scheduler-tab-nav containerClass to the TabNavigation wrapper; add scoped CSS to make the tab-navigation display:flex flex-col, tab-content flex:1 min-h-0, next-view-section-body flex:1 min-h-0, and fleet-ops-scheduler-container flex:1 min-h-0 so the timeline fills the full viewport height
Header overflow: constrain next-view-section-subheader to max-width:100% overflow:hidden and allow next-view-section-subheader-actions to flex-shrink and flex-wrap so all action buttons remain visible and usable