* Mail/Calendar: show scrollbar, if meeting request does not fit into preview area

This commit is contained in:
ralf 2023-04-04 08:46:39 +02:00
parent 98ae5aac1c
commit 4ccd15a50d

View File

@ -103,7 +103,9 @@
border: none;
margin: 0;
}
form#calendar-meeting {
overflow-y: auto;
}
.meetingRequestMessage {
font-size: 120%;
}
@ -134,7 +136,6 @@
font-style: italic;
font-size: 120%;
}
</styles>
</template>
</overlay>