Skip to content

Commit aea0bd2

Browse files
authored
[scheduler][joy] Small misalignment in "All day" cell on Windows (#18343)
1 parent 098454f commit aea0bd2

File tree

1 file changed

+3
-0
lines changed
  • packages/x-scheduler/src/joy/internals/components/time-grid

1 file changed

+3
-0
lines changed

packages/x-scheduler/src/joy/internals/components/time-grid/TimeGrid.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
.TimeGridHeader[style*='--has-scroll: 1'] .TimeGridHeaderRow {
4848
overflow-y: scroll;
49+
overflow-x: hidden;
4950
scrollbar-color: transparent transparent;
5051
}
5152

@@ -59,6 +60,7 @@
5960

6061
.TimeGridHeader[style*='--has-scroll: 1'] .TimeGridAllDayEventsRow {
6162
overflow-y: scroll;
63+
overflow-x: hidden;
6264
scrollbar-color: transparent transparent;
6365
}
6466

@@ -138,6 +140,7 @@
138140
.TimeGridTimeAxis {
139141
display: flex;
140142
flex-direction: column;
143+
flex-shrink: 0;
141144
width: var(--fixed-cell-width);
142145
}
143146

0 commit comments

Comments
 (0)