hauteur maxi pour le menu des groupes (ref #212)

This commit is contained in:
afornerot 2020-09-11 11:42:26 +02:00
parent 88287f7cfe
commit 65d9a3da5d
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@ body {
border-bottom: 5px solid #FFF;
}
.dropdown-menu {
max-height: 450px;
overflow-y: auto;
}
.dropdown-submenu {
position: relative;
}