mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Calendar: Fix missing scrollbar in conflict list
This commit is contained in:
parent
70916b8fe3
commit
7dfb0f734f
@ -100,7 +100,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Conflict display */
|
/* Conflict display */
|
||||||
div.calendar_conflicts {
|
.calendar_conflicts {
|
||||||
max-height: 540px;
|
max-height: 540px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
/* Conflict display */
|
/* Conflict display */
|
||||||
div.calendar_conflicts {
|
.calendar_conflicts {
|
||||||
max-height: 540px;
|
max-height: 540px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
/* Conflict display */
|
/* Conflict display */
|
||||||
div.calendar_conflicts {
|
.calendar_conflicts {
|
||||||
max-height: 540px;
|
max-height: 540px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user