mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-16 16:57:11 +08:00
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:
commit
948034e3d4
1 changed files with 4 additions and 0 deletions
|
@ -4,9 +4,11 @@
|
||||||
.dashboard-container .calendar-widget {
|
.dashboard-container .calendar-widget {
|
||||||
grid-column: 10 / span 3;
|
grid-column: 10 / span 3;
|
||||||
grid-row: 1 / span 6;
|
grid-row: 1 / span 6;
|
||||||
|
min-height: 320px;
|
||||||
|
|
||||||
.dashboard-calendar {
|
.dashboard-calendar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +21,7 @@
|
||||||
border-bottom: $border-default;
|
border-bottom: $border-default;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-basis: 42px;
|
flex-basis: 42px;
|
||||||
|
flex-shrink: 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
||||||
.clndr-title {
|
.clndr-title {
|
||||||
|
@ -33,6 +36,7 @@
|
||||||
.days-container {
|
.days-container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
flex-basis: calc(100% - 42px);
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
grid-column-gap: 6px;
|
grid-column-gap: 6px;
|
||||||
grid-row-gap: 6px;
|
grid-row-gap: 6px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue