Skip to content

Commit 4eeacd4

Browse files
committed
[fixed] more cross browser flex issues.
I think this closes jquense#35 now
1 parent 2dc61ec commit 4eeacd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/less/time-grid.less

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
.rbc-time-header {
4040
display: flex;
41+
flex: 0 0 auto; // should not shrink below height
4142
flex-direction: column;
4243

4344
&.rbc-header-overflowing {
@@ -73,6 +74,7 @@
7374

7475
.rbc-time-content {
7576
display: flex;
77+
flex: 1 1 0%;
7678
align-items: flex-start;
7779
width: 100%;
7880
border-top: 2px solid @calendar-border;

0 commit comments

Comments
 (0)