Merge pull request #2488 from aignatov-bio/ai-sci-4494-fix-calendar-safari-issue

Calendar CSS safari fix [SCI-4494]
This commit is contained in:
aignatov-bio 2020-03-24 21:55:40 +01:00 committed by GitHub
commit 948034e3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,11 @@
.dashboard-container .calendar-widget {
grid-column: 10 / span 3;
grid-row: 1 / span 6;
min-height: 320px;
.dashboard-calendar {
height: 100%;
position: absolute;
width: 100%;
}
@ -19,6 +21,7 @@
border-bottom: $border-default;
display: flex;
flex-basis: 42px;
flex-shrink: 0;
padding: 3px;
.clndr-title {
@ -33,6 +36,7 @@
.days-container {
align-items: center;
display: grid;
flex-basis: calc(100% - 42px);
flex-grow: 1;
grid-column-gap: 6px;
grid-row-gap: 6px;