Skip to content

Commit

Permalink
[fixed] more cross browser flex issues.
Browse files Browse the repository at this point in the history
I think this closes #35 now
  • Loading branch information
jquense committed Feb 4, 2016
1 parent 2dc61ec commit 4eeacd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/less/time-grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

.rbc-time-header {
display: flex;
flex: 0 0 auto; // should not shrink below height
flex-direction: column;

&.rbc-header-overflowing {
Expand Down Expand Up @@ -73,6 +74,7 @@

.rbc-time-content {
display: flex;
flex: 1 1 0%;
align-items: flex-start;
width: 100%;
border-top: 2px solid @calendar-border;
Expand Down

0 comments on commit 4eeacd4

Please sign in to comment.