forked from mirrors/easyappointments
Display for language list will fit into smaller viewports (#550).
This commit is contained in:
parent
7279b1911e
commit
20b8557cd9
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ li.language:hover {
|
|||
#language-list {
|
||||
list-style: none;
|
||||
padding-left: 0px;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* JQUERY UI DATETIME PICKER ADDON
|
||||
|
|
Loading…
Reference in a new issue