mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
* Mail/Calendar: show scrollbar, if meeting request does not fit into preview area
This commit is contained in:
parent
98ae5aac1c
commit
4ccd15a50d
@ -103,7 +103,9 @@
|
|||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
form#calendar-meeting {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.meetingRequestMessage {
|
.meetingRequestMessage {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
@ -134,7 +136,6 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
Loading…
Reference in New Issue
Block a user