Corrected service description overflow (#563).

This commit is contained in:
Alex Tselegidis 2020-03-29 18:58:37 +02:00
parent 909b62cea5
commit 6707524ed4
1 changed files with 6 additions and 0 deletions

View File

@ -208,6 +208,12 @@ body {
margin-bottom: 20px; margin-bottom: 20px;
} }
#book-appointment-wizard #service-description {
overflow-y: auto;
clear: both;
max-height: 153px;
}
/* BOOK SUCCESS & MESSAGE /* BOOK SUCCESS & MESSAGE
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#message-frame, #message-frame,