mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue