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